[Pkg-javascript-commits] [node-browserify-zlib] 25/50: fix build on linux
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 13:09:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-browserify-zlib.
commit 294599b0e6ed31c1b0ccac0ba4c04001b49309ce
Author: Jan Schär <jscissr at gmail.com>
Date: Thu Aug 11 14:32:06 2016 +0200
fix build on linux
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 431b656..d36e7f4 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"lint": "standard \"*.js\" \"!(node_modules|lib)/!(*test-zlib*|index).js\"",
"pretest": "npm run build",
"test": "npm run test:node && npm run test:browser",
- "test:node": "exec-glob node test/test-*",
+ "test:node": "node node_modules/exec-glob node \"test/test-*\"",
"pretest:browser": "node test/build",
"test:browser": "karma start --single-run=true karma.conf.js"
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-zlib.git
More information about the Pkg-javascript-commits
mailing list