Skip to content

Commit

Permalink
updated to latest prisma version
Browse files Browse the repository at this point in the history
  • Loading branch information
yorek committed Sep 22, 2021
1 parent 742a694 commit 5cbed0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ in the "Build and Deploy" step, add this environment variables:
```yaml
env: # Add environment variables here
NODE_VERSION: 12
PRE_BUILD_COMMAND: "npm install -g prisma@2.30.3"
CUSTOM_BUILD_COMMAND: "npm install @prisma/client && npm run build"
POST_BUILD_COMMAND: "npm install @prisma/client"
PRE_BUILD_COMMAND: "npm install -g prisma@3.1.1"
CUSTOM_BUILD_COMMAND: "npm install @prisma/client@3.1.1 && npm run build"
POST_BUILD_COMMAND: "npm install @prisma/client@3.1.1"
```
Make sure you indent the lines correctly, as requested by YAML syntax, and than commit the change. (If you are using the GitHub online editor, and you don't see any red squiggly lines you should be good to go.)
Expand Down

0 comments on commit 5cbed0a

Please sign in to comment.