Skip to content

Commit dc3a99c

Browse files
committed
do not use deno to build quarto-preview.js
1 parent abf7b05 commit dc3a99c

File tree

3 files changed

+2
-1584
lines changed

3 files changed

+2
-1584
lines changed

src/webui/quarto-preview/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
dist/
21
node_modules/

src/webui/quarto-preview/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ if (!build) {
6868

6969
console.log("Building quarto-preview.js");
7070
console.log("Installing...");
71-
await run(["install", "--allow-scripts"], false);
71+
await run(["install"], false);
7272
console.log("Building...");
73-
await run(["task", "build"], false);
73+
await run(["run", "build"], false);

0 commit comments

Comments
 (0)