Skip to content

Commit

Permalink
build: add production like integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Aug 26, 2022
1 parent b0ae88b commit 94cf8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
run: yarn install --immutable --immutable-cache --check-cache --prod

- name: Build plugin
run: yarn pack
Expand Down

0 comments on commit 94cf8ae

Please sign in to comment.