Skip to content

Commit 7299642

Browse files
committed
run configure.sh after vendoring to repopulate cache if needed
1 parent 097cf23 commit 7299642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package/scripts/vendoring/vendor.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ else
4646
rm -rf vendor-${today}
4747
fi
4848
$DENO_BIN_PATH run --no-config --unstable-ffi --allow-all --importmap=$QUARTO_SRC_PATH/import_map.json $QUARTO_PACKAGE_PATH/src/common/create-dev-import-map.ts
49+
50+
source configure.sh

0 commit comments

Comments
 (0)