Skip to content

Commit

Permalink
We need scripts for optipng to work
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Oct 2, 2024
1 parent 38ee567 commit 7f28426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
with:
node-version: 20.x
- name: Install dependencies
run: yarn install --frozen-lockfile --ignore-scripts
run: yarn install --frozen-lockfile
- name: Build latest (master) version
if: github.ref == 'refs/heads/master'
run: |
yarn workspace webamp build-library
echo "Setting version to 0.0.0-next-${{ env.GIT_HASH }}"
npm version -w webamp 0.0.0-next-${{ env.GIT_HASH }} --no-git-tag-version
echo "Setting version to 0.0.0-next-${{ github.sha }}"
npm version -w webamp 0.0.0-next-${{ github.sha }} --no-git-tag-version
env:
RELEASE_COMMIT_SHA: ${{ github.sha }}
- name: Build release version
Expand Down

0 comments on commit 7f28426

Please sign in to comment.