We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc76e2 commit 3b298a0Copy full SHA for 3b298a0
package.json
@@ -34,7 +34,6 @@
34
],
35
"scripts": {
36
"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",
37
- "rollup": "rm -rf dist/*; rollup -c;",
38
"deploy": "npm run build; gh-pages -d examples-build -t --git git",
39
"lint": "eslint src examples rollup.config.js webpack.config.js",
40
"precommit": "NODE_ENV=production lint-staged",
0 commit comments