We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d32e3 commit c60f7cdCopy full SHA for c60f7cd
package.json
@@ -13,7 +13,7 @@
13
"scripts": {
14
"build": "mkdir -p bin && echo \"#!/usr/bin/env node\n\" > ./bin/srvd.js && cat srvd.js >> ./bin/srvd.js",
15
"format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write srvd.js *.js test/*.js",
16
- "test": "node test/test.cb.js && node test/test.env.js && node test/test.wait.js"
+ "test": "node test/test.cb.js && node test/test.max.js && node test/test.env.js && node test/test.wait.js"
17
},
18
"repository": {
19
"type": "git",
0 commit comments