mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
Test for all platforms, not just for the current one
This commit is contained in:
parent
de3c7d01e9
commit
153239cb54
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
||||||
"start": "concurrently --kill-others --raw \"npm run dev\" \"electron app\"",
|
"start": "concurrently --kill-others --raw \"npm run dev\" \"electron app\"",
|
||||||
"dev": "webpack -w",
|
"dev": "webpack -w",
|
||||||
"build": "NODE_ENV=production webpack",
|
"build": "NODE_ENV=production webpack",
|
||||||
"test": "npm run pack && xo && ava",
|
"test": "npm run dist && xo && ava",
|
||||||
"prepublish": "npm test",
|
"prepublish": "npm test",
|
||||||
"prepush": "npm test",
|
"prepush": "npm test",
|
||||||
"postinstall": "install-app-deps",
|
"postinstall": "install-app-deps",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue