Skip to content

Commit

Permalink
chore: 🤖 remove unused test:watch script (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Apr 2, 2024
1 parent 13176ce commit b396b43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
"format:fix": "prettier --write --cache .",
"lint": "eslint --cache --cache-location node_modules/.cache/eslint --color .",
"lint:fix": "pnpm lint --fix",
"test": "vitest run",
"test": "vitest",
"coverage": "vitest run --coverage",
"test:watch": "vitest",
"typecheck": "tsc",
"prepack": "pnpm build && clean-pkg-json",
"prepare": "lefthook install"
Expand Down

0 comments on commit b396b43

Please sign in to comment.