We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a330693 commit fa75078Copy full SHA for fa75078
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"ghp": "npm run build; rm -rf ../regl-scatterplot-ghp/*; touch ../regl-scatterplot-ghp/.nojekyll; cp -r docs/* ../regl-scatterplot-ghp/",
22
"lint": "eslint src tests rollup.config.js webpack.config.js",
23
"precommit": "NODE_ENV=production lint-staged; npm run test",
24
- "prepublishOnly": "npm run test",
+ "prepublishOnly": "npm run test; rm -rf dist/*; npm run build;",
25
"prerelease": "rm -rf dist/*; npm run build; zip -r dist.zip dist",
26
"pretest": "npm run lint",
27
"start": "webpack-dev-server --config ./webpack.config.js --mode development --open",
0 commit comments