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