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 4204aed commit aed5007Copy full SHA for aed5007
.github/workflows/ci.yml
@@ -47,8 +47,6 @@ jobs:
47
- uses: ./.github/actions/setup-node
48
with:
49
node-version: ${{ matrix.node }}
50
- - name: install
51
- run: pnpm install --frozen-lockfile --prefer-offline --ignore-scripts
52
- name: sync
53
run: pnpm -r sync # required to ensure sveltekit test project have tsconfig.json which may be required by the checks below
54
- name: format
0 commit comments