Skip to content

Commit

Permalink
Exclude node_modules from artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 2, 2023
1 parent 6f8071a commit b9e401b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
main-branch-name: alpha
artifacts-name: nx-cloud-artifact
artifacts-path: |
packages/**/build/**
packages/**/coverage/**
**/build/**
**/coverage/**
!**/node_modules/**
parallel-commands: |
npx nx test:format
npx nx affected --targets=test:eslint,test:types,test:build,test:lib
Expand Down

0 comments on commit b9e401b

Please sign in to comment.