Skip to content

Commit f239d32

Browse files
committed
update npm publish script
1 parent fea7cee commit f239d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build-demo": "webpack --config 'webpack/demo.config.js' --optimize-minimize --content-base demo",
99
"dev": "webpack-dev-server --config 'webpack/dev.config.js' --devtool eval --progress --colors --hot --content-base demo",
1010
"lint": "eslint lib",
11-
"prepublish": "npm run lint && npm run build"
11+
"prepare": "npm run lint && npm run build"
1212
},
1313
"author": "Jonathan Rowny",
1414
"contributors": [

0 commit comments

Comments
 (0)