Skip to content

Commit

Permalink
feat(ci/cd): update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetroyes committed Apr 23, 2024
1 parent bd91434 commit c09bdd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
- uses: nrwl/nx-set-shas@v3

# - run: npx nx-cloud record -- nx format:check
- run: yarn nx run-many -t lint build --prod
- run: yarn nx run-many -t lint
- run: yarn nx run-many -t build --prod

- run: ls && ls dist


- name: get-npm-version
id: package-version
Expand Down

0 comments on commit c09bdd1

Please sign in to comment.