Skip to content

Commit

Permalink
Update build script for LICENSE filename
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Dec 8, 2023
1 parent 138aff9 commit 5120a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/quill/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ npx babel src --out-dir $DIST --copy-files --no-copy-ignored --extensions .ts --
npx webpack -- --mode $1
cp package.json $DIST
cp README.md $DIST
cp LICENSE.md $DIST
cp LICENSE $DIST

0 comments on commit 5120a01

Please sign in to comment.