Skip to content

Commit

Permalink
Adding clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
rizowski committed Mar 4, 2017
1 parent 6a0c449 commit 0261f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "./src/cli.js",
"scripts": {
"eslint": "node ./bin/esw --no-ignore --color",
"clean": "rm -rf build node_modules",
"lint": "node ./bin/esw",
"lw": "node ./bin/esw -w",
"test": "mocha tests --timeout 10000 --recursive --retries 3 -r tests/globals --compilers js:babel-core/register",
Expand Down

0 comments on commit 0261f89

Please sign in to comment.