Skip to content

Commit

Permalink
ci: fix lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jul 6, 2024
1 parent c4accc1 commit 490735c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"test": "npm test --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"build:readme": "node tools/update-readme.js",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
Expand Down

0 comments on commit 490735c

Please sign in to comment.