Skip to content

Commit

Permalink
fix: don't run linter before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 6, 2023
1 parent 196fc30 commit eebb0a2
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 @@ -28,7 +28,6 @@
"lint:ts": "eslint . --ignore-path .gitignore --ext js,ts",
"prebuild": "rm -rf dist/",
"prepack": "npm run build",
"pretest": "npm run lint",
"prettier": "prettier --check .",
"prettier:write": "prettier --check --write .",
"test": "vitest run --coverage"
Expand Down

0 comments on commit eebb0a2

Please sign in to comment.