Skip to content

Commit

Permalink
fixup! update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Jun 23, 2021
1 parent 29c961f commit d6726c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 npm run test --",
"posttest": "npm run lint",
"eslint": "eslint",
"lint": "npm run eslint -- test/lib test/bin ./bin lib scripts docs smoke-tests",
"lint": "npm run eslint -- test/lib test/bin bin lib scripts docs smoke-tests",
"lintfix": "npm run lint -- --fix",
"prelint": "rimraf test/npm_cache*",
"resetdeps": "bash scripts/resetdeps.sh",
Expand Down

0 comments on commit d6726c2

Please sign in to comment.