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 ba45e4f commit cc22ee3Copy full SHA for cc22ee3
1 file changed
package.json
@@ -91,11 +91,12 @@
91
},
92
"scripts": {
93
"prepublish": "npm run buildweb",
94
+ "postinstall": "npm run buildweb",
95
"test": "node test.js",
96
"lint": "eslint .",
97
"testserver": "node test/server/startServer.js",
98
"testOutWeb": "jasmine test/spec_outweb/test_realweb_spec.js",
- "buildweb": "NODE_ENV=production webpack --config web/webpack.config.js --colors",
99
+ "buildweb": "NODE_ENV=production npx webpack --config web/webpack.config.js --colors",
100
"webserver": "NODE_ENV=test webpack --config web/webpack.config.js --colors --watch",
101
"doc:serve": "node build_scripts/prebuild-doc.js && gitbook serve ./docs-src ./docs --log debug",
102
"doc:build": "./build_scripts/build-doc-site.sh"
0 commit comments