From 7ccd199af1de75aa2dcb13e3fabc7008002d4468 Mon Sep 17 00:00:00 2001 From: FG Ribreau Date: Mon, 11 Apr 2016 11:04:30 +0200 Subject: [PATCH] fix(check-build) --- .checkbuild | 2 +- scripts/ci-start | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.checkbuild b/.checkbuild index bf2363e..05e8dec 100644 --- a/.checkbuild +++ b/.checkbuild @@ -8,7 +8,7 @@ "allowFailures": false }, "jshint": { - "args": ["**/*.js", "!node_modules/**", "!**/*.test*.js"] + "args": ["**/*.js", "!node_modules/**", "!**/*.test*.js", "!test/coverage/**"] }, "jsinspect": { "args": ["**/*.js", "!*node_modules/**", "!**/*.test*.js"], diff --git a/scripts/ci-start b/scripts/ci-start index c5707e7..688a6d8 100755 --- a/scripts/ci-start +++ b/scripts/ci-start @@ -14,6 +14,4 @@ set -e setopt extended_glob; # Allow extended globbing (see fellow) -npm run test -npm install -g check-build -check-build +npm run ci