Browse Source

Add prepublish back

feature/aio v2.0.0-alpha.4
Jerome Wu 6 years ago
parent
commit
4ab9094a50
  1. 1
      package.json

1
package.json

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
"scripts": {
"start": "node scripts/server.js",
"build": "webpack --config scripts/webpack.config.prod.js",
"prepublishOnly": "npm run build",
"wait": "wait-on http://localhost:3000/package.json",
"test": "npm-run-all -p -r start test:all",
"test:all": "npm-run-all wait test:browser:* test:node",

Loading…
Cancel
Save