Skip to content

Commit

Permalink
fix: remove prisma generate from build command
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Apr 17, 2024
1 parent c9e42f4 commit f22f22d
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 @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"build": "prisma generate && vite build",
"build": "vite build",
"build:miner": "napi build --platform --release --pipe \"prettier -w\" miner/sha-gpu",
"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 f22f22d

Please sign in to comment.