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 f201549 commit e8e8fefCopy full SHA for e8e8fef
package.json
@@ -5,6 +5,7 @@
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"scripts": {
8
+ "prepare": "npm run build:prod",
9
"build:demo": "rm -rf ./docs && webpack --config webpack.dev.js && webpack-dev-server --open --config webpack.dev.js",
10
"build:prod": "rm -rf ./dist && webpack --config webpack.prod.js",
11
"lint": "node_modules/.bin/eslint src"
0 commit comments