docs(LICENSE): apply Apache 2.0 License correctly (#7574)

Closes #6635
This commit is contained in:
Vladimir Gorej
2021-11-02 23:44:28 +01:00
committed by GitHub
parent 124b856fa0
commit bd75178241
5 changed files with 13 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ sed -i "s|\$\$VERSION|$UI_VERSION|g" package.json
# Copy UI's dist files to our directory
cp ../dist/* .
# Copy LICENSE & NOTICE to our directory
cp ../LICENSE .
cp ../NOTICE .
if [ "$PUBLISH_DIST" = "true" ] || [ "$TRAVIS" = "true" ] ; then
npm publish .
else