Skip to content

Commit

Permalink
update remove:demo script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Nov 25, 2019
1 parent 739a75c commit b5b53e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"prepare": "./node_modules/.bin/tsc",
"test": "npm run lint",
"build:demo": "npm run remove:demo; babel-node ./node_modules/.bin/webpack --config ./webpack.config.js",
"remove:demo": "rm docs/index.html; rm docs/main*; rm docs/vendors*; rm docs/npm*",
"remove:demo": "rm docs/index.html; rm docs/javascripts/*",
"patch": "npm version patch && npm publish && npm run clean",
"minor": "npm version minor && npm publish && npm run clean",
"major": "npm version major && npm publish && npm run clean",
Expand Down

0 comments on commit b5b53e3

Please sign in to comment.