We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6261aae commit 151eea6Copy full SHA for 151eea6
1 file changed
scripts/copy-plyr-assets.mjs
@@ -20,4 +20,8 @@ await Promise.all([
20
path.join(sourceDir, 'plyr.svg'),
21
path.join(targetDir, 'plyr.svg')
22
),
23
+ copyFile(
24
+ path.join(rootDir, 'node_modules', 'plyr', 'LICENSE.md'),
25
+ path.join(targetDir, 'LICENSE.md')
26
+ ),
27
]);
0 commit comments