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.
2 parents d9a5070 + d56c626 commit e48260cCopy full SHA for e48260c
.github/workflows/azure-static-web-apps.template.yml
@@ -32,10 +32,10 @@ jobs:
32
output_location: ""
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"
+ NODE_VERSION: 12
+ 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"
+ POST_BUILD_COMMAND: "npm install @prisma/client"
39
40
close_pull_request_job:
41
if: github.event_name == 'pull_request' && github.event.action == 'closed'
0 commit comments