Chore/update pnpm run dev (#4154)

update pnpm run dev
This commit is contained in:
Henry Heng
2025-03-10 15:33:06 +00:00
committed by GitHub
parent 69a272201a
commit 93cf47ce40
7 changed files with 397 additions and 485 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
"start:default": "cd bin && ./run start",
"start-worker:windows": "cd bin && run worker",
"start-worker:default": "cd bin && ./run worker",
"dev": "tsc-watch --noClear -p ./tsconfig.json --onSuccess \"pnpm start\"",
"dev": "nodemon",
"oclif-dev": "run-script-os",
"oclif-dev:windows": "cd bin && dev start",
"oclif-dev:default": "cd bin && ./dev start",