Minor changes to running in dev mode.

This commit is contained in:
Greg L
2023-12-05 18:05:38 -05:00
parent 0ad9b9ae3d
commit 53c330a53b
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
"watch": ["commands", "index.ts", "src", "../components/nodes", "../components/src"],
"exec": "npm start",
"exec": "pnpm start",
"ext": "ts"
}
+1 -1
View File
@@ -26,7 +26,7 @@
"nuke": "rimraf dist node_modules",
"start:windows": "cd bin && run start",
"start:default": "cd bin && ./run start",
"dev": "tsc-watch --noClear -p ./tsconfig.json",
"dev": "tsc-watch --noClear -p ./tsconfig.json --onSuccess \"pnpm start\"",
"oclif-dev": "run-script-os",
"oclif-dev:windows": "cd bin && dev start",
"oclif-dev:default": "cd bin && ./dev start",