Skip to content

Commit

Permalink
add 'npm run clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Dec 17, 2018
1 parent f88c995 commit 21cfe42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -71,6 +71,7 @@
"winston": "3.x"
},
"scripts": {
"clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
"prepare": "gulp prepublish",
"publish": "gulp prepublish",
"test": "gulp once",
Expand Down

0 comments on commit 21cfe42

Please sign in to comment.