remove dist on install and make most tasks run in parrallel

This commit is contained in:
Scott Gould 2024-09-20 00:04:07 -04:00
parent 30b6851f24
commit 6f51acd667
No known key found for this signature in database
2 changed files with 11 additions and 1 deletions

View file

@ -22,6 +22,7 @@
"express": "^4.19.2",
"gulp-swc": "^2.2.0",
"node-fetch": "^3.3.2",
"rimraf": "^6.0.1",
"ts-to-jsdoc": "^2.2.0"
},
"devDependencies": {