diff --git a/azure.yaml b/azure.yaml index 1d65f443..81069a73 100644 --- a/azure.yaml +++ b/azure.yaml @@ -12,12 +12,12 @@ services: prepackage: windows: shell: pwsh - run: cd frontend;npm install;npm run build + run: cd ../frontend;npm install;npm run build interactive: false continueOnError: false posix: shell: sh - run: cd frontend;npm install;npm run build + run: cd ../frontend;npm install;npm run build interactive: false continueOnError: false hooks: