Skip to content

Commit

Permalink
Remove accidedntally added rollup-only script
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Jan 12, 2020
1 parent 6fc76e2 commit 3b298a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
],
"scripts": {
"build": "rm -rf dist/*; rm -rf examples-build/*; rollup -c; webpack --config ./webpack.config.js --mode production; ./copy-example-data.sh; echo \"piling.js.org\" >> examples-build/CNAME",
"rollup": "rm -rf dist/*; rollup -c;",
"deploy": "npm run build; gh-pages -d examples-build -t --git git",
"lint": "eslint src examples rollup.config.js webpack.config.js",
"precommit": "NODE_ENV=production lint-staged",
Expand Down

0 comments on commit 3b298a0

Please sign in to comment.