Skip to content

Commit 11662c8

Browse files
committed
chore: don't install just --production depdencies in ci, this case is handled by using the yalc registry
1 parent a6444d4 commit 11662c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
node-version: ${{ matrix.node }}
4242
cache: 'yarn'
4343
- name: Install dependencies plugin
44-
run: yarn --no-lockfile --unsafe-perm --production
44+
run: yarn --no-lockfile --unsafe-perm
4545
- name: Install dependencies playground
4646
run: yarn playground:install --unsafe-perm
4747
- name: Build playground

0 commit comments

Comments
 (0)