Skip to content

Commit 9a2b90d

Browse files
committed
chore: use precise path
1 parent 226f5c7 commit 9a2b90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"publish:test": "cd .. && npm ci && npm test",
5555
"clean": "rimraf lib dist-types",
5656
"build": "run-s build:*",
57-
"build:vendor": "rimraf src/templates/vendor && deno vendor src/templates/vendor.ts --output=src/templates/vendor && patch src/templates/vendor/deno.land/x/html_rewriter@*/index.ts html_rewriter.patch",
57+
"build:vendor": "rimraf src/templates/vendor && deno vendor src/templates/vendor.ts --output=src/templates/vendor && patch src/templates/vendor/deno.land/x/html_rewriter@v0.1.0-pre.17/index.ts html_rewriter.patch",
5858
"build:tsc": "tsc",
5959
"watch": "tsc --watch",
6060
"prepare": "npm run build"

0 commit comments

Comments
 (0)