Skip to content

Commit

Permalink
remove explicit vite dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Apr 18, 2024
1 parent 8cbe372 commit 202caa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
# - args: [--global, prettier, typescript]

- name: install
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
pnpm install
- name: build
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"svelte-check": "3.6.9",
"tailwindcss": "^3.3.6",
"typescript": "5.4.3",
"vite": "5.2.9",
"vite-plugin-dynamic-import": "1.5.0",
"vite-plugin-mkcert": "1.17.5",
"vitest": "1.4.0"
Expand Down

0 comments on commit 202caa4

Please sign in to comment.