chore: Enhance integration tests with --production flag

pull/84/head
boazpoolman 2022-12-30 14:08:34 +01:00
parent f7a64d562d
commit d64af3f022
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies plugin
run: yarn --frozen-lockfile --unsafe-perm
run: yarn --frozen-lockfile --unsafe-perm --production
- name: Install dependencies playground
run: yarn playground:install --frozen-lockfile --unsafe-perm
- name: Build playground