Skip to content

Commit

Permalink
fix: add test:cov script to root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alitnk committed Oct 11, 2023
1 parent 5ddd2a9 commit a37b15e
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 @@ -9,6 +9,7 @@
"build": "FORCE_COLOR=1 turbo run build",
"lint": "FORCE_COLOR=1 turbo run lint",
"test": "FORCE_COLOR=1 turbo run test",
"test:cov": "FORCE_COLOR=1 turbo run test:cov",
"format": "prettier --write \"**/*.{ts,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
Expand Down

0 comments on commit a37b15e

Please sign in to comment.