Skip to content

Commit e48260c

Browse files
committed
2 parents d9a5070 + d56c626 commit e48260c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
output_location: ""
3333
###### End of Repository/Build Configurations ######
3434
env: # Add environment variables here
35-
NODE_VERSION: 12
36-
PRE_BUILD_COMMAND: "npm install -g prisma@2.30.3"
35+
NODE_VERSION: 12
36+
PRE_BUILD_COMMAND: "npm install -g prisma@2.30.3"
3737
CUSTOM_BUILD_COMMAND: "npm install @prisma/client && npm run build"
38-
POST_BUILD_COMMAND: "npm install @prisma/client"
38+
POST_BUILD_COMMAND: "npm install @prisma/client"
3939

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

0 commit comments

Comments
 (0)