Skip to content

Commit

Permalink
test: add web test coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
saifulshihab committed Jun 30, 2024
1 parent f33502c commit 1164dc0
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 @@ -9,7 +9,7 @@
"start:web": "lerna exec --scope @card-32/web -- yarn dev",
"start:server": "lerna exec --scope @card-32/server -- yarn dev",
"lerna:bootstrap": "lerna bootstrap",
"test:web": "lerna exec --scope @card-32/web -- yarn test",
"test:web": "lerna exec --scope @card-32/web -- yarn test && lerna exec --scope @card-32/web -- yarn test:coverage",
"build": "lerna exec --scope @card-32/web -- yarn build && lerna exec --scope @card-32/server -- yarn build"
},
"author": "Saiful Islam Shihab",
Expand Down

0 comments on commit 1164dc0

Please sign in to comment.