Skip to content

Commit 3625e76

Browse files
committed
hopefully better path for CI
1 parent c553047 commit 3625e76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configure.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,8 @@ pushd "$QUARTO_PACKAGE_PATH/src/"
8282
# Run the configure command to bootstrap installation
8383
./quarto-bld configure --log-level info
8484

85-
popd
86-
8785
# download typescript dependencies
88-
./package/scripts/vendoring/vendor.sh
86+
../scripts/vendoring/vendor.sh
8987

9088
# Run the quarto command with 'reload', which will force the import_map dependencies
9189
# to be reloaded

0 commit comments

Comments
 (0)