We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4f62a4 + 7becac2 commit effe9dbCopy full SHA for effe9db
1 file changed
package.json
@@ -20,6 +20,7 @@
20
"homepage": "https://github.com/qiushihe/flowtip",
21
"scripts": {
22
"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",
24
"build": "webpack -p --config webpack.config.babel.js",
25
"lint": "eslint src"
26
},
0 commit comments