Skip to content

Commit

Permalink
build web after install
Browse files Browse the repository at this point in the history
  • Loading branch information
iwater committed Jan 7, 2019
1 parent ba45e4f commit cc22ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,12 @@
},
"scripts": {
"prepublish": "npm run buildweb",
"postinstall": "npm run buildweb",
"test": "node test.js",
"lint": "eslint .",
"testserver": "node test/server/startServer.js",
"testOutWeb": "jasmine test/spec_outweb/test_realweb_spec.js",
"buildweb": "NODE_ENV=production webpack --config web/webpack.config.js --colors",
"buildweb": "NODE_ENV=production npx webpack --config web/webpack.config.js --colors",
"webserver": "NODE_ENV=test webpack --config web/webpack.config.js --colors --watch",
"doc:serve": "node build_scripts/prebuild-doc.js && gitbook serve ./docs-src ./docs --log debug",
"doc:build": "./build_scripts/build-doc-site.sh"
Expand Down

0 comments on commit cc22ee3

Please sign in to comment.