Skip to content

Commit

Permalink
Merge pull request #177 from shiftkey/this-is-unix
Browse files Browse the repository at this point in the history
use rimraf for cleaning the built artifacts
  • Loading branch information
Jessica Lord committed Jan 4, 2017
2 parents 3786477 + 6b436ea commit 08ccc48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"start": "electron .",
"test": "standard lib/*.js lib/verify/*.js menus/*.js main.js",
"clean": "rm -Rf built/*",
"clean": "rimraf built/*",
"build-chals": "node lib/build-challenges.js",
"build-pages": "node lib/build-pages.js",
"build-all": "npm run clean && npm run build-chals && npm run build-pages",
Expand All @@ -37,6 +37,7 @@
"devDependencies": {
"electron": "^1.4.3",
"electron-packager": "^8.0.0",
"rimraf": "^2.5.4",
"standard": "^5.4.1"
},
"dependencies": {
Expand Down

0 comments on commit 08ccc48

Please sign in to comment.