Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions azure.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json

name: ai-chat-app-hack-vision
services:
aca:
Expand All @@ -18,7 +16,7 @@ services:
hooks:
prepackage:
shell: pwsh
run: cd ./app/frontend;npm install;npm run build
run: cd ./app/frontend;npm install;npm run build
interactive: true
continueOnError: false
postprovision:
Expand All @@ -31,4 +29,6 @@ hooks:
shell: sh
run: ./scripts/setup_search_service.sh
interactive: true
continueOnError: false
continueOnError: false
metadata:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

normally its at the top under the name? guess it doesnt matter, just surprising to see it here

template: image-search-aisearch@0.0.1-beta
Loading