Skip to content

Commit 0aed758

Browse files
committed
chore(ci): ignore workspaces
1 parent f776eba commit 0aed758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install
2222
run: |
23-
npm ci
23+
npm ci --workspaces=false
2424
- name: Derive appropriate SHAs for base and head for `nx affected` commands
2525
uses: nrwl/nx-set-shas@v2
2626
with:
@@ -29,7 +29,7 @@ jobs:
2929
- name: Lint
3030
run: |
3131
npm run nx workspace-lint
32-
npm run nx affected -- --target=lint --parallel=5 --all
32+
npm run nx affected -- --target=lint --parallel=5
3333
3434
- name: Build
3535
run: npm run nx build serverless-openapi

0 commit comments

Comments
 (0)