Skip to content

Commit

Permalink
chore: copy LICENSE to dist (#5114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Sep 19, 2018
1 parent 00ed49f commit 835f4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/build.js
Expand Up @@ -88,6 +88,7 @@ async function preparePackage() {
await util.writeJson("dist/package.json", pkg);

await util.copyFile("./README.md", "./dist/README.md");
await util.copyFile("./LICENSE", "./dist/LICENSE");
}

async function run(params) {
Expand Down

0 comments on commit 835f4c0

Please sign in to comment.