From b6bdeab50b8b5c55dd7e2ba3c538d5dd7f14c71b Mon Sep 17 00:00:00 2001 From: DC Date: Wed, 31 Aug 2016 00:58:00 -0700 Subject: [PATCH] depcheck: ignore generated code --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3916293c..5665c379 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "package": "node ./bin/package.js", "prepublish": "npm run build", "start": "npm run build && electron .", - "test": "standard && depcheck --ignores=babel-cli,nodemon,gh-release", + "test": "standard && depcheck --ignores=babel-cli,nodemon,gh-release --ignore-dirs=build,dist", "gh-release": "gh-release", "update-authors": "./bin/update-authors.sh", "watch": "nodemon --exec 'npm run start' --ext js,pug,css"