Skip to content

Commit ebc95a9

Browse files
committed
Use prepublish instead of postinstall
1 parent ae8ca4d commit ebc95a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint modules",
1313
"start": "babel-node example/server.js",
1414
"test": "npm run lint && karma start",
15-
"postinstall": "node ./npm-scripts/postinstall.js"
15+
"prepublish": "node ./npm-scripts/postinstall.js"
1616
},
1717
"keywords": [
1818
"redux",

0 commit comments

Comments
 (0)