Skip to content

Commit

Permalink
Added postinstall for prisma generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Yureien committed Sep 11, 2023
1 parent 39ca0f8 commit 1cd1764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
"format": "prettier --plugin-search-dir . --write .",
"postinstall": "prisma generate"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
Expand Down

0 comments on commit 1cd1764

Please sign in to comment.