Skip to content

Commit

Permalink
Update the "lint" task
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Feb 2, 2024
1 parent 269759c commit 3984b1e
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 @@ -63,7 +63,7 @@
"clean": "node tool/clean.js",
"dist": "npm run clean && npm run build && node tool/dist.js && git update-index --chmod=+x bin/setup_hashlink.cjs",
"doc": "typedoc --options etc/typedoc.js && node tool/doc.js",
"lint": "tsc --project tsconfig.json && eslint --config=etc/eslint.cjs src test tool",
"lint": "npm run build && tsc --project tsconfig.json && eslint --config=etc/eslint.cjs src test tool",
"release": "npm run dist && node tool/publish.js",
"test": "npm run build && node --test --test-reporter=spec"
}
Expand Down

0 comments on commit 3984b1e

Please sign in to comment.