Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
HadiKhai committed Mar 23, 2024
1 parent 100d4c9 commit 9e52db0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- run: yarn workspaces foreach --all --parallel install --immutable
- run: npx nx affected -t lint
- run: yarn install
- run: npx nx run-many --target=install --all -parallel
- run: npx nx affected -t lint
- run: npx nx affected -t test --configuration=ci
- run: npx nx affected -t build
- run: npx nx affected -t release:package --parallel=1
Expand Down

0 comments on commit 9e52db0

Please sign in to comment.