fix(cspell): rename cspell command to 'spell' in CI pipeline

This commit is contained in:
Shintaro Jokagi 2025-06-02 13:19:57 +12:00
parent d1bb6682d4
commit b4df68a1c6
No known key found for this signature in database
GPG key ID: 0DDF8FA44C9A0DA8

View file

@ -90,7 +90,7 @@ jobs:
node_modules
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
- name: Run cspell check
run: pnpm run cspell
run: pnpm run spell
vitest:
runs-on: ubuntu-latest