Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(build): update clean commmand to use 'verify' instead of deprecat…
Browse files Browse the repository at this point in the history
…ed 'clear'
  • Loading branch information
joshuawilson committed Oct 30, 2017
1 parent 2fc04c7 commit ee0bf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:components": "npm-run-all remove-dist bundle minify prebuild:add-require transpile-sass transpile copy-files postbuild:remove-require",
"bundle": "webpack --config config/webpack.prod.js --progress --profile --bail",
"clean-dist": "rimraf dist dist-watch",
"clean": "npm cache clean && npm run rimraf -- node_modules doc coverage dist bundles",
"clean": "npm cache verify && npm run rimraf -- node_modules doc coverage dist bundles",
"cleanup": "rimraf dist/package.json dist/bundles dist/src dist/index.d.ts dist/index.metadata.json dist/index.js dist/index.js.map dist/LICENSE dist/README.md",
"copy-files": "gulp copyfiles",
"copy-dist-files": "copyfiles LICENSE README.md package.json index.js dist",
Expand Down

0 comments on commit ee0bf0b

Please sign in to comment.