mirror of
https://github.com/amark/gun.git
synced 2025-06-07 14:46:44 +00:00
Updated npm test setup to run also SEA tests & added NodeJS 8.6.0 to Travis config
This commit is contained in:
parent
6cc8ffb547
commit
9ecb70d29d
@ -7,3 +7,4 @@ node_js:
|
|||||||
- 5.0
|
- 5.0
|
||||||
- 6.8
|
- 6.8
|
||||||
- 7.9
|
- 7.9
|
||||||
|
- 8.7.0
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node examples/http.js 8080",
|
"start": "node examples/http.js 8080",
|
||||||
"prepublish": "npm run unbuild",
|
"prepublish": "npm run unbuild",
|
||||||
"test": "mocha",
|
"test": "mocha && SEA=true mocha",
|
||||||
"e2e": "mocha e2e/distributed.js",
|
"e2e": "mocha e2e/distributed.js",
|
||||||
"docker": "hooks/build",
|
"docker": "hooks/build",
|
||||||
"unbuild": "node lib/unbuild.js && uglifyjs gun.js -o gun.min.js -c -m"
|
"unbuild": "node lib/unbuild.js && uglifyjs gun.js -o gun.min.js -c -m"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user