We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226f5c7 commit 9a2b90dCopy full SHA for 9a2b90d
packages/runtime/package.json
@@ -54,7 +54,7 @@
54
"publish:test": "cd .. && npm ci && npm test",
55
"clean": "rimraf lib dist-types",
56
"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",
+ "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",
58
"build:tsc": "tsc",
59
"watch": "tsc --watch",
60
"prepare": "npm run build"
0 commit comments