mirror of
https://github.com/amark/gun.git
synced 2025-06-07 22:56:42 +00:00
Added SEA tests by running mocha twice
This commit is contained in:
parent
a4ed023ff9
commit
79aaa861cc
@ -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