Skip to content

Commit

Permalink
fix: server test command
Browse files Browse the repository at this point in the history
  • Loading branch information
saifulshihab committed Jul 2, 2024
1 parent 656a9bf commit 3f196bd
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 @@ -10,7 +10,7 @@
"start:server": "lerna exec --scope @card-32/server -- yarn dev",
"lerna:bootstrap": "lerna bootstrap",
"test:web": "lerna exec --scope @card-32/web -- yarn test && lerna exec --scope @card-32/web -- yarn test:coverage",
"test:server": "lerna exec --scope @card-32/server -- yarn test && lerna exec --scope @card-32/web -- yarn test:coverage",
"test:server": "lerna exec --scope @card-32/server -- yarn test && lerna exec --scope @card-32/server -- 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 3f196bd

Please sign in to comment.