we need to build the compiler before Prettier will work
pull/16070/merge
Rich Harris 3 days ago committed by GitHub
parent ad94009e34
commit ee3807ecbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,10 +56,10 @@ jobs:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Build
run: pnpm -F svelte build
- name: Run prettier
run: pnpm format
- name: Generate types
run: pnpm -F svelte generate
- name: Commit changes
run: |
git config user.name "github-actions[bot]"

Loading…
Cancel
Save