Skip to content

Commit

Permalink
updated workflow template
Browse files Browse the repository at this point in the history
  • Loading branch information
yorek committed Sep 22, 2021
1 parent 5cbed0a commit 5f338fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-static-web-apps.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
###### End of Repository/Build Configurations ######
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"

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit 5f338fd

Please sign in to comment.