chore: remove stub script

This commit is contained in:
藍+85CD
2025-06-19 16:29:15 +08:00
parent b5582fb621
commit d1c0a3ede5
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -20,7 +20,6 @@
"dev:tamagotchi": "pnpm -rF @proj-airi/stage-tamagotchi run app:dev",
"dev:apps": "pnpm -rF=\"./apps/*\" run --parallel dev",
"dev:packages": "pnpm -rF=\"./packages/*\" --parallel run dev",
"stub:packages": "pnpm -rF=\"./packages/*\" run --parallel stub",
"build": "turbo run build -F=\"./packages/*\" -F=\"./apps/*\"",
"build:web": "turbo run build -F @proj-airi/stage-web",
"build:tamagotchi": "pnpm -rF @proj-airi/stage-tamagotchi run app:build",
@@ -22,7 +22,6 @@
},
"scripts": {
"dev": "pnpm run build",
"stub": "pnpm run build",
"build": "tsdown"
}
}
@@ -25,7 +25,6 @@
},
"scripts": {
"dev": "pnpm run build",
"stub": "pnpm run build",
"build": "tsdown"
}
}
-1
View File
@@ -23,7 +23,6 @@
},
"scripts": {
"dev": "pnpm run build",
"stub": "pnpm run build",
"build": "tsdown"
}
}
-1
View File
@@ -36,7 +36,6 @@
],
"scripts": {
"dev": "pnpm run build",
"stub": "pnpm run build",
"build": "tsdown",
"typecheck": "tsc --noEmit"
},
-1
View File
@@ -32,7 +32,6 @@
],
"scripts": {
"dev": "pnpm run build",
"stub": "pnpm run build",
"build": "tsdown",
"typecheck": "tsc --noEmit"
}