Skip to content

Commit d64af3f

Browse files
committed
chore: Enhance integration tests with --production flag
1 parent f7a64d5 commit d64af3f

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
@@ -40,7 +40,7 @@ jobs:
4040
node-version: ${{ matrix.node }}
4141
cache: 'yarn'
4242
- name: Install dependencies plugin
43-
run: yarn --frozen-lockfile --unsafe-perm
43+
run: yarn --frozen-lockfile --unsafe-perm --production
4444
- name: Install dependencies playground
4545
run: yarn playground:install --frozen-lockfile --unsafe-perm
4646
- name: Build playground

0 commit comments

Comments
 (0)