Skip to content

Commit

Permalink
remove postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Sep 11, 2024
1 parent ce72ee8 commit 1cf96a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"db:push": "dotenv -e .env -- pnpm --dir packages/database db:push",
"db:generate": "dotenv -e .env -- pnpm --dir packages/database db:generate",
"tauri:build": "dotenv -e .env -- pnpm --dir apps/desktop tauri build --verbose",
"postinstall": "node scripts/postinstall.js"
"tauri:build": "dotenv -e .env -- pnpm --dir apps/desktop tauri build --verbose"
},
"devDependencies": {
"@turbo/gen": "^1.9.7",
Expand Down

1 comment on commit 1cf96a7

@vercel
Copy link

@vercel vercel bot commented on 1cf96a7 Sep 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.