Skip to content

Commit

Permalink
update npm publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jrowny committed Apr 1, 2018
1 parent fea7cee commit f239d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"build-demo": "webpack --config 'webpack/demo.config.js' --optimize-minimize --content-base demo",
"dev": "webpack-dev-server --config 'webpack/dev.config.js' --devtool eval --progress --colors --hot --content-base demo",
"lint": "eslint lib",
"prepublish": "npm run lint && npm run build"
"prepare": "npm run lint && npm run build"
},
"author": "Jonathan Rowny",
"contributors": [
Expand Down

0 comments on commit f239d32

Please sign in to comment.