mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
pnpm workspace
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "issue-monorepo",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"typescript": "~5.8.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm run -r build",
|
||||
"dev": "pnpm run -r dev"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user