We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04c12f commit 327e1c1Copy full SHA for 327e1c1
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.js",
6
"types": "dist/types/src/index.d.ts",
7
"scripts": {
8
- "prepare": "yarn build:demo",
+ "prepare": "yarn build:prod",
9
"build:demo": "rm -r ./docs || true && webpack --config webpack.dev.js && cp ./demo/index.html ./docs && webpack-dev-server --open --config webpack.dev.js",
10
"build:prod": "rm -r ./dist || true && webpack --config webpack.prod.js && rm -r ./dist/types/demo",
11
"lint": "node_modules/.bin/eslint src"
0 commit comments