Skip to content

Commit b9e401b

Browse files
Exclude node_modules from artifact
1 parent 6f8071a commit b9e401b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
main-branch-name: alpha
1717
artifacts-name: nx-cloud-artifact
1818
artifacts-path: |
19-
packages/**/build/**
20-
packages/**/coverage/**
19+
**/build/**
20+
**/coverage/**
21+
!**/node_modules/**
2122
parallel-commands: |
2223
npx nx test:format
2324
npx nx affected --targets=test:eslint,test:types,test:build,test:lib

0 commit comments

Comments
 (0)