Skip to content

Commit 71b29c2

Browse files
committed
chore(package): expose prepublishOnly script
Refs #2049
1 parent 8b30c30 commit 71b29c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"deps_check_dir": ".deps_check"
3030
},
3131
"scripts": {
32+
"prepublishOnly": "npm run clean && npm run lint && npm run test && npm run build",
3233
"build": "run-s build:umd:browser build:commonjs build:es",
3334
"build:umd:browser": "cross-env BABEL_ENV=browser webpack --progress --config config/webpack/browser.config.babel.js",
3435
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",

0 commit comments

Comments
 (0)