We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c02197 commit 699f95eCopy full SHA for 699f95e
.github/workflows/lint-and-build.yml
@@ -26,10 +26,8 @@ jobs:
26
- uses: nrwl/nx-set-shas@v2
27
with:
28
main-branch-name: 'master'
29
- - name: Setup global dependencies
30
- run: npm i -g yarn
31
- name: yarn install
32
- run: yarn
+ run: yarn --immutable
33
- name: Lint affected
34
run: yarn nx affected:lint
35
build:
@@ -49,9 +47,7 @@ jobs:
49
47
50
48
51
52
53
54
55
56
- name: Build.all affected
57
run: yarn nx affected --target=build.all
0 commit comments