Skip to content

Commit 5f338fd

Browse files
committed
updated workflow template
1 parent 5cbed0a commit 5f338fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/azure-static-web-apps.yml.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
###### End of Repository/Build Configurations ######
3434
env: # Add environment variables here
3535
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"
36+
PRE_BUILD_COMMAND: "npm install -g prisma@3.1.1"
37+
CUSTOM_BUILD_COMMAND: "npm install @prisma/client@3.1.1 && npm run build"
38+
POST_BUILD_COMMAND: "npm install @prisma/client@3.1.1"
3939

4040
close_pull_request_job:
4141
if: github.event_name == 'pull_request' && github.event.action == 'closed'

0 commit comments

Comments
 (0)