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 8b30c30 commit 71b29c2Copy full SHA for 71b29c2
package.json
@@ -29,6 +29,7 @@
29
"deps_check_dir": ".deps_check"
30
},
31
"scripts": {
32
+ "prepublishOnly": "npm run clean && npm run lint && npm run test && npm run build",
33
"build": "run-s build:umd:browser build:commonjs build:es",
34
"build:umd:browser": "cross-env BABEL_ENV=browser webpack --progress --config config/webpack/browser.config.babel.js",
35
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
0 commit comments