Skip to content

Commit

Permalink
fix: don't lint before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 20, 2023
1 parent 6fba5a5 commit ff39a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"lint:ts": "eslint . --ext .js,.ts",
"lint:types": "tsc",
"prepack": "npm run build",
"pretest": "npm run lint",
"prettier": "prettier --list-different --write \"./**/**.{js,ts}\"",
"test": "vitest --coverage",
"test:browser": "vitest --browser.name=chrome --browser.headless"
Expand Down

0 comments on commit ff39a68

Please sign in to comment.