Skip to content

Commit

Permalink
fix(infra): fix windows issue on predeploy (#120, #117)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied authored and anfibiacreativa committed Nov 13, 2023
1 parent 4a38a63 commit f36d6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
predeploy:
windows:
shell: pwsh
run: Export-ModuleMember -Variable SEARCH_API_URI && npm run build
run: npm run build
interactive: true
continueOnError: false
posix:
Expand Down

0 comments on commit f36d6e5

Please sign in to comment.