mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
chore: copy readme file correctly
This commit is contained in:
parent
780322f3e2
commit
65b55a3211
1 changed files with 1 additions and 1 deletions
|
|
@ -43,6 +43,6 @@ await build({
|
||||||
postBuild() {
|
postBuild() {
|
||||||
// steps to run after building and before running the tests
|
// steps to run after building and before running the tests
|
||||||
Deno.copyFileSync("LICENSE", "npm/LICENSE");
|
Deno.copyFileSync("LICENSE", "npm/LICENSE");
|
||||||
Deno.copyFileSync("readme.md", "npm/README.md");
|
Deno.copyFileSync("README.md", "npm/README.md");
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue