Merge pull request #190 from actions/try-to-fix-ci-error

Fix CI error: Check Transpiled JavaScript / Check dist
This commit is contained in:
Johan Jansson
2026-03-13 09:59:59 -10:00
committed by GitHub

View File

@@ -43,7 +43,7 @@ jobs:
- name: Build dist/ Directory
id: build
run: npm run bundle
run: npm run package
# This will fail the workflow if the `dist/` directory is different than
# expected.