Skip to content

Commit 8ac6a20

Browse files
authored
Merge pull request #17 from Azure-Samples/azure_yaml_update
Fixing command error in azure.yaml
2 parents 5fe659e + d1f56f1 commit 8ac6a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
shell: sh
1414
continueOnError: false
1515
interactive: false
16-
run: cd ../frontend; pnpm install
16+
run: cd ../frontend; npm install
1717

1818

1919

0 commit comments

Comments
 (0)