Skip to content

Commit

Permalink
try to install svelte/kit separately
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Apr 18, 2024
1 parent ee111e8 commit 66ed8c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
pnpm install @sveltejs/kit
pnpm install
- name: install
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
pnpm install
- name: build
run: pnpm build

Expand Down

0 comments on commit 66ed8c9

Please sign in to comment.