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 b86fc1b commit 7118f64Copy full SHA for 7118f64
azure.yaml
@@ -12,12 +12,12 @@ services:
12
prepackage:
13
windows:
14
shell: pwsh
15
- run: cd src/frontend;npm install;npm run build
+ run: cd ../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