Skip to content

Commit 294599b

Browse files
committed
fix build on linux
1 parent 9730a3d commit 294599b

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
@@ -40,7 +40,7 @@
4040
"lint": "standard \"*.js\" \"!(node_modules|lib)/!(*test-zlib*|index).js\"",
4141
"pretest": "npm run build",
4242
"test": "npm run test:node && npm run test:browser",
43-
"test:node": "exec-glob node test/test-*",
43+
"test:node": "node node_modules/exec-glob node \"test/test-*\"",
4444
"pretest:browser": "node test/build",
4545
"test:browser": "karma start --single-run=true karma.conf.js"
4646
},

0 commit comments

Comments
 (0)