Skip to content

Commit

Permalink
npm: add clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
frediana committed Feb 5, 2017
1 parent 1fac6ae commit a12ab6b
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 @@ -9,6 +9,7 @@
],
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"build": "tsc -p .",
"build-test": "tsc -p spec",
"build-all": "npm run build && npm run build-test",
Expand Down

0 comments on commit a12ab6b

Please sign in to comment.