Skip to content

Commit

Permalink
build: fixed typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kpietraszko committed Dec 29, 2024
1 parent e7509ee commit 337b36e
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 @@ -29,7 +29,7 @@
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
"test": "vitest --run --typecheck",
"test:watch": "vitest",
"test:coverage": "vitest --run --typecheck --coverages",
"test:coverage": "vitest --run --typecheck --coverage",
"prepare": "husky"
},
"dependencies": {
Expand Down

0 comments on commit 337b36e

Please sign in to comment.