Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix(ci): Fix depcheck false positive.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shogun committed May 25, 2018
1 parent c07e2fb commit bb53ffc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/trail-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"main": "lib/index.js",
"scripts": {
"coverage": "lab -c test",
"depcheck": "../../node_modules/depcheck/bin/depcheck",
"depcheck": "../../node_modules/depcheck/bin/depcheck --ignores=config",
"pg:init": "node ./database/init.js && npm run pg:migrate",
"pg:test:init": "NODE_ENV=test node ./database/init.js && NODE_ENV=test npm run pg:migrate",
"pg:travis:init": "NODE_ENV=travis node ./database/init.js && NODE_ENV=travis npm run pg:migrate",
Expand Down
2 changes: 1 addition & 1 deletion packages/trail-hapi-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scripts": {
"coverage": "lab -c test",
"coverage:watch": "jest -i --coverage --watch",
"depcheck": "../../node_modules/depcheck/bin/depcheck",
"depcheck": "../../node_modules/depcheck/bin/depcheck --ignores=config",
"test": "lab test"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/trail-hapi-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"scripts": {
"coverage": "lab -l -c test",
"depcheck": "../../node_modules/depcheck/bin/depcheck",
"depcheck": "../../node_modules/depcheck/bin/depcheck --ignores=config",
"start": "node start.js",
"test": "lab -l test"
},
Expand Down

0 comments on commit bb53ffc

Please sign in to comment.