📦 build(package): call shell directly instead of using pnpm
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"packageManager": "pnpm@10.12.1",
|
||||
"scripts": {
|
||||
"types": "sh ./scripts/types.sh",
|
||||
"dev": "pnpm build && pnpm start",
|
||||
"dev": "sh ./scripts/build.sh -d && sh ./scripts/start.sh",
|
||||
"start": "sh ./scripts/start.sh",
|
||||
"build": "sh ./scripts/build.sh",
|
||||
"sync-config": "sh scripts/update-repo.sh"
|
||||
|
||||
Reference in New Issue
Block a user