Skip to content

Commit

Permalink
Update package.json to remove "postinstall" script
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Apr 14, 2024
1 parent 243f226 commit f67900e
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 @@ -12,8 +12,7 @@
"lint": "eslint . --cache --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --fix --cache --ext .js,.jsx,.ts,.tsx",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"postinstall": "npm run prisma:generate && npx prisma migrate dev --name init"
"format:fix": "prettier --write ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f67900e

Please sign in to comment.