Skip to content

Commit 3847766

Browse files
devversionjelbourn
authored andcommitted
chore: include license in releases (#2317)
* All releases and builds now include the `LICENSE` file from the project root.
1 parent b75f018 commit 3847766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gulp/tasks/components.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ task(':build:components:spec', tsBuildTask(COMPONENTS_DIR));
4444
task(':build:components:assets', copyTask([
4545
path.join(COMPONENTS_DIR, '**/*.!(ts|spec.ts)'),
4646
path.join(PROJECT_ROOT, 'README.md'),
47+
path.join(PROJECT_ROOT, 'LICENSE'),
4748
], DIST_COMPONENTS_ROOT));
4849

4950
/** Minifies the HTML and CSS assets in the distribution folder. */

0 commit comments

Comments
 (0)