Skip to content

Commit

Permalink
fix: demo vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
IslamZaoui committed Sep 28, 2024
1 parent 5c09e9c commit 8148c57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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 .",
"postinstall": "cd ../../packages/securekit && pnpm run build"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^5.4.4",
Expand Down

0 comments on commit 8148c57

Please sign in to comment.