Skip to content

Commit

Permalink
Remove debug flag from npm build command
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jul 3, 2024
1 parent 8c658d0 commit 2f5efff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
sudo -H pip install setuptools
- run: npm ci
- run: npm run build:${{ matrix.platform }}:debug
- run: npm run build:${{ matrix.platform }}
shell: bash
env:
VERSION: ${{ steps.package-version.outputs.version }}
Expand Down

0 comments on commit 2f5efff

Please sign in to comment.