Skip to content

Commit 151eea6

Browse files
committed
Include Plyr and get-video-id LICENSE.md files in build
1 parent 6261aae commit 151eea6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/copy-plyr-assets.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ await Promise.all([
2020
path.join(sourceDir, 'plyr.svg'),
2121
path.join(targetDir, 'plyr.svg')
2222
),
23+
copyFile(
24+
path.join(rootDir, 'node_modules', 'plyr', 'LICENSE.md'),
25+
path.join(targetDir, 'LICENSE.md')
26+
),
2327
]);

0 commit comments

Comments
 (0)