Skip to content

Commit

Permalink
Build main project before using in site
Browse files Browse the repository at this point in the history
  • Loading branch information
narze committed Sep 2, 2024
1 parent 41820a2 commit 512cd62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
"format": "prettier --write .",
"prepare": "cd ../ && yarn build"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
Expand Down

0 comments on commit 512cd62

Please sign in to comment.