1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

chore: copy readme file correctly

This commit is contained in:
James Cook 2023-08-30 16:04:27 +01:00
parent 780322f3e2
commit 65b55a3211

View file

@ -43,6 +43,6 @@ await build({
postBuild() {
// steps to run after building and before running the tests
Deno.copyFileSync("LICENSE", "npm/LICENSE");
Deno.copyFileSync("readme.md", "npm/README.md");
Deno.copyFileSync("README.md", "npm/README.md");
},
});