Skip to content

Commit 96265c5

Browse files
committed
Use correct build script
This worked previously because npm ci inadvertently did the build in a previous version
1 parent 646057a commit 96265c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm ci --ignore-scripts
3131
env:
3232
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
- run: npm run build --if-present
33+
- run: npm run rebuild
3434
- if: runner.os == 'Linux'
3535
run: xvfb-run glxinfo
3636
- if: runner.os == 'Linux'

0 commit comments

Comments
 (0)