Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b86fc1b

Browse files
pamelafoxjohn0isaac
authored andcommitted
Fix azd up
1 parent 8ac6745 commit b86fc1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎azure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ services:
1212
prepackage:
1313
windows:
1414
shell: pwsh
15-
run: cd frontend;npm install;npm run build
15+
run: cd src/frontend;npm install;npm run build
1616
interactive: false
1717
continueOnError: false
1818
posix:
1919
shell: sh
20-
run: cd frontend;npm install;npm run build
20+
run: cd src/frontend;npm install;npm run build
2121
interactive: false
2222
continueOnError: false
2323
hooks:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /