Skip to content

Commit 5cbed0a

Browse files
committed
updated to latest prisma version
1 parent 742a694 commit 5cbed0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ in the "Build and Deploy" step, add this environment variables:
175175
```yaml
176176
env: # Add environment variables here
177177
NODE_VERSION: 12
178-
PRE_BUILD_COMMAND: "npm install -g prisma@2.30.3"
179-
CUSTOM_BUILD_COMMAND: "npm install @prisma/client && npm run build"
180-
POST_BUILD_COMMAND: "npm install @prisma/client"
178+
PRE_BUILD_COMMAND: "npm install -g prisma@3.1.1"
179+
CUSTOM_BUILD_COMMAND: "npm install @prisma/client@3.1.1 && npm run build"
180+
POST_BUILD_COMMAND: "npm install @prisma/client@3.1.1"
181181
```
182182
183183
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.)

0 commit comments

Comments
 (0)