Skip to content

Commit

Permalink
kekw
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Jan 3, 2025
1 parent de5b07c commit 1d5639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && apt-get update && apt-get install -y wget && wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-linux64.tar.gz && ls apt install neofetch && neofetch",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
Expand Down

0 comments on commit 1d5639e

Please sign in to comment.