We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac6745 commit b86fc1bCopy full SHA for b86fc1b
azure.yaml
@@ -12,12 +12,12 @@ services:
12
prepackage:
13
windows:
14
shell: pwsh
15
- run: cd frontend;npm install;npm run build
+ run: cd src/frontend;npm install;npm run build
16
interactive: false
17
continueOnError: false
18
posix:
19
shell: sh
20
21
22
23
hooks:
0 commit comments