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 64b08c3 commit 1d286b9Copy full SHA for 1d286b9
package.json
@@ -39,8 +39,7 @@
39
"dist/piling-dimensionality-reducer.esm.js"
40
],
41
"scripts": {
42
- "build": "npm run build-library; npm run build-webpage;",
43
- "build-library": "rm -rf dist/*; rollup -c;",
+ "build": "rm -rf dist/*; rollup -c;",
44
"build-webpage": "mkdir -p webpage-build; rm -rf webpage-build/*; cd webpage && npm run build && cd ..; webpack --config ./webpack.config.js --mode production; cp -r webpage/public/* webpage-build; touch webpage-build/demos/.nojekyll; ./copy-example-data.sh;",
45
"deploy": "npm run build-webpage; gh-pages -d webpage-build -t --git git",
46
"lint": "eslint src examples rollup.config.js webpack.config.js",
0 commit comments