depcheck: ignore generated code
This commit is contained in:
parent
f528f6033f
commit
b6bdeab50b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue