Skip to content

Commit c60f7cd

Browse files
committed
added test.max.js to script
1 parent 91d32e3 commit c60f7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"build": "mkdir -p bin && echo \"#!/usr/bin/env node\n\" > ./bin/srvd.js && cat srvd.js >> ./bin/srvd.js",
1515
"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"
16+
"test": "node test/test.cb.js && node test/test.max.js && node test/test.env.js && node test/test.wait.js"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)