Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,11 @@ jobs:
with:
node-version: 20

- name: Install & build bundle
- name: Build bundle (smoke test)
run: |
npm ci
npm run package

- name: Verify dist/ is up to date
run: |
if [ -n "$(git status --porcelain dist)" ]; then
echo "::error::dist/ is out of date — run 'npm run package' and commit it."
git --no-pager diff --stat dist
exit 1
fi

- name: Release
env:
GH_TOKEN: ${{ github.token }}
Expand Down