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 0719e3b commit 6e8cd30Copy full SHA for 6e8cd30
package.json
@@ -32,7 +32,7 @@
32
"build:examples": "yarn clean:examples && yarn build:dev",
33
"build:dev": "cross-env BABEL_ENV=es6 webpack --config examples/webpack.config.js --progress --profile",
34
"start": "webpack serve --config examples/webpack.config.js",
35
- "prepublishOnly": "yarn build"
+ "prepack": "yarn --frozen-lockfile && yarn build"
36
},
37
"author": "Vivek Kumar Bansal <[email protected]>",
38
"license": "MIT",
0 commit comments