Skip to content

Commit a5327c4

Browse files
committed
feat(repo): switch to yarn pnp
1 parent 805d18c commit a5327c4

File tree

10,119 files changed

+301277
-13980
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

10,119 files changed

+301277
-13980
lines changed

.github/workflows/actions.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-node@v1
3030
with:
3131
node-version: '16'
32-
- run: yarn
32+
- run: yarn --immutable
3333
- run: deno info && deno --version
3434
- run: npx nx affected --target=lint --parallel --max-parallel=3
3535
- run: npx nx affected --target=build --parallel --max-parallel=3
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/setup-node@v1
5555
with:
5656
node-version: '16'
57-
- run: yarn
57+
- run: yarn --immutable
5858
- run: deno info && deno --version
5959
- run: npx nx run-many -t=build,test,lint --parallel --max-parallel=3
6060
- run: npx nx affected -t=e2e --parallel --max-parallel=1 --exclude=nx-ignore-e2e,gatsby-e2e
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/setup-node@v1
7777
with:
7878
node-version: '16'
79-
- run: yarn
79+
- run: yarn --immutable
8080
- run: deno info && deno --version
8181
- run: npx nx affected --target=lint --parallel --max-parallel=3
8282
- run: npx nx affected --target=build --parallel --max-parallel=3
@@ -101,6 +101,6 @@ jobs:
101101
- uses: actions/setup-node@v1
102102
with:
103103
node-version: '16'
104-
- run: yarn
104+
- run: yarn --immutable
105105
- name: Start Nx Agent ${{ matrix.agent }}
106106
run: npx nx-cloud start-agent

.pnp.cjs

+33,129
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)