Skip to content

Commit

Permalink
Use cross-OS way to delete build output
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenheijmans committed Mar 28, 2021
1 parent cf6bb68 commit df8fba1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"compile": "node_modules/.bin/tsc",
"prepare": "npm run-script --silent build-app",
"format": "node_modules/.bin/clang-format -i -style=file --glob=src/**.ts",
"clean": "rm -rf built",
"clean": "node -e \"require('recursive-fs').rmdirr(require('path').resolve('built'), ()=>{})\"",
"pretest": "npm run-script --silent compile",
"test": "node_modules/.bin/karma start karma.conf --browsers=Chrome --single-run=false --debug",
"pregzipSize": "npm run-script --silent minify",
Expand Down Expand Up @@ -58,6 +58,7 @@
"karma-browserify": "^7.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"recursive-fs": "^2.1.0",
"typescript": "^4.0.2",
"watchify": "^3.11.1"
},
Expand Down

0 comments on commit df8fba1

Please sign in to comment.