Skip to content

Commit 8c063fb

Browse files
committed
Remove md extension from license copy in build script
1 parent 7696340 commit 8c063fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ await Deno.writeTextFile(
202202
);
203203

204204
try {
205-
await Deno.copyFile("LICENSE.md", path.join(OUT_DIR, "LICENSE.md"));
205+
await Deno.copyFile("LICENSE.md", path.join(OUT_DIR, "LICENSE"));
206206
await Deno.copyFile("README.md", path.join(OUT_DIR, "README.md"));
207207
} catch (e) {
208208
console.error(e);

0 commit comments

Comments
 (0)