Skip to content

Commit

Permalink
Test with old script
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelgoth committed Sep 6, 2023
1 parent f5a1c8a commit 774679c
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 45 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"kit:build": "cross-env NODE_OPTIONS=--max_old_space_size=7680 vite build",
"dev:parallel": "run-p -r tsc:watch urara:watch \"kit:dev {@} \" --",
"dev": "run-s tsc \"dev:parallel {@} \" --",
"build": "run-s tsc urara:build kit:build clean",
"build": "npm-run-all -s tsc urara:build kit:build clean",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
Expand Down Expand Up @@ -85,6 +85,7 @@
},
"dependencies": {
"@giscus/svelte": "^2.2.8",
"@iconify-json/simple-icons": "^1.1.42"
"@iconify-json/simple-icons": "^1.1.42",
"sharp": "^0.32.5"
}
}
Loading

0 comments on commit 774679c

Please sign in to comment.