Skip to content

Commit

Permalink
fix: update root test command for web dir
Browse files Browse the repository at this point in the history
  • Loading branch information
saifulshihab committed Jun 30, 2024
1 parent e97e662 commit f33502c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Install dependencies, run tests and build
run: |
yarn
yarn test
yarn test:web # run client side tests
yarn build
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +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",
"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 f33502c

Please sign in to comment.