Skip to content

Commit e29bbe5

Browse files
workaround to deploy
1 parent 360dbf7 commit e29bbe5

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
@@ -21,7 +21,7 @@ services:
2121
continueOnError: false
2222
posix:
2323
shell: sh
24-
run: cd ../frontend;npm install;npm run build
24+
run: ../../scripts/prebuild.sh
2525
interactive: false
2626
continueOnError: false
2727
hooks:

0 commit comments

Comments
 (0)