We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbed0a commit 5f338fdCopy full SHA for 5f338fd
.github/workflows/azure-static-web-apps.yml.sample
@@ -33,9 +33,9 @@ jobs:
33
###### End of Repository/Build Configurations ######
34
env: # Add environment variables here
35
NODE_VERSION: 12
36
- PRE_BUILD_COMMAND: "npm install -g prisma@2.30.3"
37
- CUSTOM_BUILD_COMMAND: "npm install @prisma/client && npm run build"
38
- 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"
39
40
close_pull_request_job:
41
if: github.event_name == 'pull_request' && github.event.action == 'closed'
0 commit comments