Skip to content

Commit

Permalink
chore: cleanup dist folder before compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Nov 18, 2020
1 parent bec1524 commit e2a4c56
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 4 deletions.
67 changes: 64 additions & 3 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 @@ -54,6 +54,7 @@
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"socket.io": "3.0.0",
"socket.io-browsers": "^1.0.0",
"socket.io-msgpack-parser": "^3.0.0",
Expand All @@ -69,7 +70,7 @@
"zuul-ngrok": "4.0.0"
},
"scripts": {
"compile": "tsc",
"compile": "rimraf ./build && tsc",
"test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
"test:node": "mocha --require ts-node/register --reporter dot --require test/support/server.js test/index.js",
"test:browser": "zuul test/index.js",
Expand Down

0 comments on commit e2a4c56

Please sign in to comment.