- Missed a few files that needed to be .jsx

- seperated out package locks per package
This commit is contained in:
Greg L
2023-11-23 18:34:19 -05:00
parent 35ad74f8a3
commit 4061dd0abb
19 changed files with 32528 additions and 21254 deletions
+3
View File
@@ -23,6 +23,8 @@
"preinstall": "npx only-allow pnpm",
"build": "tsc",
"start": "run-script-os",
"clean": "rimraf dist",
"nuke": "rimraf dist node_modules",
"start:windows": "cd bin && run start",
"start:default": "cd bin && ./run start",
"dev": "nodemon",
@@ -80,6 +82,7 @@
"concurrently": "^7.1.0",
"nodemon": "^2.0.22",
"oclif": "^3",
"rimraf": "^5.0.5",
"run-script-os": "^1.1.6",
"shx": "^0.3.3",
"ts-node": "^10.7.0",