mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-21 06:02:34 -05:00
feat: add license to releases
This commit is contained in:
parent
77cf91042f
commit
d90e7dbcf0
2 changed files with 2 additions and 0 deletions
|
@ -21,3 +21,4 @@ esbuild.build({
|
|||
|
||||
copy(`${source}/package.json`, `${dist}/package.json`).catch(handleErr);
|
||||
copy(`${source}/README.md`, `${dist}/README.md`).catch(handleErr);
|
||||
copy(`LICENSE`, `${dist}/LICENSE`).catch(handleErr);
|
||||
|
|
|
@ -11,3 +11,4 @@ const handleErr = (err) => {
|
|||
copy(`${source}/package.json`, `${dist}/package.json`).catch(handleErr);
|
||||
copy(`${source}/README.md`, `${dist}/README.md`).catch(handleErr);
|
||||
copy(`${source}/index.d.ts`, `${dist}/index.d.ts`).catch(handleErr);
|
||||
copy(`LICENSE`, `${dist}/LICENSE`).catch(handleErr);
|
||||
|
|
Loading…
Add table
Reference in a new issue