Skip to content

Commit

Permalink
fix: another potential nx Lerna fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Jan 18, 2023
1 parent 56d85cd commit 38f2dd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: lint
run: yarn lint
- name: type check
run: yarn build && yarn typecheck
run: yarn typecheck
- name: unit test
run: yarn test

Expand Down
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"targetDefaults": {
"build": {
"outputs": ["{projectRoot}/dist"]
},
"typecheck": {
"dependsOn": ["^build"]
}
}
}

0 comments on commit 38f2dd6

Please sign in to comment.