Skip to content

Commit

Permalink
fix build no 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rqbik committed Aug 24, 2023
1 parent 77b71fb commit d927d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --production #--frozen-lockfile --prefer-offline --non-interactive --ignore-scripts
run: yarn install --frozen-lockfile --prefer-offline --non-interactive --ignore-scripts

- name: Build
run: yarn build
Expand Down

0 comments on commit d927d92

Please sign in to comment.