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

@@ -23,6 +23,10 @@ node create-manifest.js > ../dist/package.json
# Copy our README into the dist folder for npm
cp ../README.md ../dist
# Copy LICENSE & NOTICE into the dist folder for npm
cp ../../../LICENSE ../dist
cp ../../../NOTICE ../dist
# Run the release from the dist folder
cd ../dist