Skip to content

Commit effe9db

Browse files
author
Billy He
committed
Merge pull request #10 from izaakschroeder/add-prepublish
Alias `build` to `prepublish`.
2 parents a4f62a4 + 7becac2 commit effe9db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"homepage": "https://github.com/qiushihe/flowtip",
2121
"scripts": {
2222
"dev": "webpack-dev-server --devtool eval --progress --colors --content-base demo --host 0.0.0.0 --history-api-fallback --config webpack.dev.config.babel.js",
23+
"prepublish": "npm run build",
2324
"build": "webpack -p --config webpack.config.babel.js",
2425
"lint": "eslint src"
2526
},

0 commit comments

Comments
 (0)