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 dc30c76 commit c516bf0Copy full SHA for c516bf0
scripts/build.ts
@@ -33,4 +33,5 @@ await build({
33
34
// post build steps
35
Deno.copyFileSync("LICENSE", "dist/LICENSE");
36
+
37
Deno.copyFileSync("README.md", "dist/README.md");
0 commit comments