File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ foreach ($line in $output) {
1414 [Environment ]::SetEnvironmentVariable($name , $value )
1515}
1616
17- Write-Host ' Installing dependencies'
17+ Write-Host ' Installing dependencies and building CLI '
1818npm ci
19+ npm run build
1920
2021Write-Host ' Running "index-files" CLI tool'
2122npx index- files -- wait -- indexer- url " $env: INDEXER_API_URI " -- index- name " $env: AZURE_SEARCH_INDEX " ./ data /* .md
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ cd "$(dirname "${BASH_SOURCE[0]}")/.."
44echo " Loading azd .env file from current environment"
55export $( azd env get-values | xargs)
66
7- echo ' Installing dependencies'
7+ echo ' Installing dependencies and building CLI '
88npm ci
9+ npm run build
910
1011echo ' Running "index-files" CLI tool'
1112npx index-files \
You can’t perform that action at this time.
0 commit comments