Skip to content

Commit

Permalink
Auto-confirm npm dialogs
Browse files Browse the repository at this point in the history
This is needed to install webpack-cli

Signed-off-by: Edward Ly <[email protected]>
  • Loading branch information
edward-ly committed Jul 16, 2024
1 parent 84bb7f3 commit 0b5498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: |
cd ${{ env.APP_NAME }}
npm ci
npm run build --if-present
yes | npm run build --if-present
- name: Check Krankerl config
id: krankerl
Expand Down

0 comments on commit 0b5498c

Please sign in to comment.