📦 build(package): call shell directly instead of using pnpm

This commit is contained in:
retrozinndev
2025-08-09 20:44:52 -03:00
parent ead5e11cfc
commit ade1816cfe
+1 -1
View File
@@ -4,7 +4,7 @@
"packageManager": "pnpm@10.12.1", "packageManager": "pnpm@10.12.1",
"scripts": { "scripts": {
"types": "sh ./scripts/types.sh", "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", "start": "sh ./scripts/start.sh",
"build": "sh ./scripts/build.sh", "build": "sh ./scripts/build.sh",
"sync-config": "sh scripts/update-repo.sh" "sync-config": "sh scripts/update-repo.sh"