We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cd450 commit c9ae7bbCopy full SHA for c9ae7bb
1 file changed
package.json
@@ -17,8 +17,7 @@
17
"dist/*"
18
],
19
"scripts": {
20
- "buildd": "rollup -c",
21
- "build": "rollup -c; webpack --config ./webpack.config.js --mode production",
+ "build": "rm -rf dist/*; rollup -c; webpack --config ./webpack.config.js --mode production",
22
"ghp": "npm run build; rm -rf ../regl-scatterplot-ghp/*; touch ../regl-scatterplot-ghp/.nojekyll; cp -r docs/* ../regl-scatterplot-ghp/",
23
"lint": "eslint src tests rollup.config.js webpack.config.js",
24
"precommit": "NODE_ENV=production lint-staged; npm run test",
0 commit comments