We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9249c79 commit 8651fbdCopy full SHA for 8651fbd
package.json
@@ -21,7 +21,7 @@
21
"scripts": {
22
"prepublish": "./scripts/prepublish.sh",
23
"preversion": ". ./scripts/prepublish.sh",
24
- "postinstall": "./scripts/prepublish.sh",
+ "postinstall": "npm run build",
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