Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Remove postinstall script that runs prisma generate (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamchanii authored Feb 10, 2024
1 parent eed58c6 commit 50af9df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/swift-bananas-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pothos-plugin-effect": patch
---

Remove postinstall script for `prisma generate`
15 changes: 3 additions & 12 deletions packages/pothos-plugin-effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
"registiry": "https://registry.npmjs.org"
},
"version": "1.0.0",
"files": [
"package.json",
"README.md",
"dist"
],
"files": ["package.json", "README.md", "dist"],
"type": "module",
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -22,17 +18,12 @@
}
},
"scripts": {
"test": "vitest",
"test": "yarn prisma generate && vitest",
"build": "nanobundle build",
"postinstall": "yarn prisma generate",
"prepack": "yarn build",
"publish": "yarn npm publish"
},
"keywords": [
"effect",
"pothos",
"plugin"
],
"keywords": ["effect", "pothos", "plugin"],
"author": {
"name": "Chanhee Lee",
"email": "[email protected]"
Expand Down

0 comments on commit 50af9df

Please sign in to comment.