We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6098a commit 0247f4eCopy full SHA for 0247f4e
1 file changed
.github/workflows/release.yml
@@ -20,19 +20,11 @@ jobs:
20
with:
21
node-version: 20
22
23
- - name: Install & build bundle
+ - name: Build bundle (smoke test)
24
run: |
25
npm ci
26
npm run package
27
28
- - name: Verify dist/ is up to date
29
- run: |
30
- if [ -n "$(git status --porcelain dist)" ]; then
31
- echo "::error::dist/ is out of date — run 'npm run package' and commit it."
32
- git --no-pager diff --stat dist
33
- exit 1
34
- fi
35
-
36
- name: Release
37
env:
38
GH_TOKEN: ${{ github.token }}
0 commit comments