Skip to content

Commit

Permalink
chore: should only lint source
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Dec 21, 2022
1 parent f391ca8 commit 0437207
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 @@ -302,7 +302,7 @@
"tap": "tap -J --timeout 300 --no-esm",
"tap:serial": "tap -j1 --timeout 300 --no-esm",
"tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600 --no-esm",
"lint": "standard",
"lint": "standard lib/*.js lib/**/*.js",
"pretest": "npm run lint",
"test": "npm run test-tap --",
"test:nocleanup": "NO_TEST_CLEANUP=1 npm run test --",
Expand Down

0 comments on commit 0437207

Please sign in to comment.