Skip to content

Commit

Permalink
fix(root): add test:coverage scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilous committed May 9, 2024
1 parent 25018cc commit 22130f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx lint-staged && npm run check:types && npm run test:dev && npm run build
npx lint-staged && npm run check:types && npm run test:coverage && npm run build
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"start:production": "turbo start:production",
"test": "turbo run test",
"test:dev": "turbo run test:dev",
"test:coverage": "turbo run test:coverage",
"test:dev:coverage": "turbo run test:dev:coverage",
"test:dev:watch": "turbo run test:dev:watch"
},
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"persistent": true
},
"test": {},
"test:coverage": {},
"test:dev": {},
"test:dev:coverage": {},
"test:dev:watch": {
Expand Down

0 comments on commit 22130f4

Please sign in to comment.