We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec57c3 commit 9249c79Copy full SHA for 9249c79
package.json
@@ -21,6 +21,7 @@
21
"scripts": {
22
"prepublish": "./scripts/prepublish.sh",
23
"preversion": ". ./scripts/prepublish.sh",
24
+ "postinstall": "./scripts/prepublish.sh",
25
"dev": "NODE_ENV=development ./node_modules/hjs-webpack/bin/hjs-dev-server.js",
26
"build": "NODE_ENV=production webpack",
27
"publish_pages": "gh-pages -d public/",
0 commit comments