- Bring PR current with main branch.

This commit is contained in:
Greg L
2023-12-05 17:41:03 -05:00
parent 5bc5378333
commit 0ad9b9ae3d
5 changed files with 25868 additions and 25716 deletions
+2 -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": "nodemon",
"dev": "tsc-watch --noClear -p ./tsconfig.json",
"oclif-dev": "run-script-os",
"oclif-dev:windows": "cd bin && dev start",
"oclif-dev:default": "cd bin && ./dev start",
@@ -85,6 +85,7 @@
"run-script-os": "^1.1.6",
"shx": "^0.3.3",
"ts-node": "^10.7.0",
"tsc-watch": "^6.0.4",
"typescript": "^4.8.4"
}
}