ugh, wait doesnt work in windows

pull/671/head
Rich Harris 8 years ago
parent 6b2206cf94
commit f6c057205f

@ -16,7 +16,7 @@
"codecov": "codecov",
"precodecov": "npm run coverage",
"lint": "eslint src test/*.js",
"build": "npm run build:main & npm run build:shared & npm run build:ssr; wait",
"build": "(npm run build:main & npm run build:shared & npm run build:ssr) && echo \"build complete\"",
"build:main": "node src/shared/_build.js && rollup -c rollup/rollup.config.main.js",
"build:shared": "rollup -c rollup/rollup.config.shared.js",
"build:ssr": "rollup -c rollup/rollup.config.ssr.js",

Loading…
Cancel
Save