Skip to content

Commit

Permalink
Add env to postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreasgdp committed May 2, 2023
1 parent a1606d6 commit 2519a6a
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 @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "prisma generate",
"postinstall": "dotenv -e .env prisma:generate",
"prestart": "yarn prisma:seed",
"start": "nx run-many --target=serve --projects=api,meal-time",
"start:clean": "yarn db:reset && yarn start",
Expand Down

0 comments on commit 2519a6a

Please sign in to comment.