Add LICENSE file to published npm packages [skip ci] (#8409)

This commit is contained in:
Standa Opichal
2018-08-24 01:49:27 +02:00
committed by Henry Zhu
parent 023044c1d4
commit a7cc3325cd
4 changed files with 10 additions and 22 deletions

3
scripts/clone-license.sh Executable file
View File

@@ -0,0 +1,3 @@
echo "Cloning LICENSE to babel packages"
cat LICENSE
ls -db ./packages/*/ | egrep -v '.*packages\/(babel-parser|babel-plugin-transform-object-assign)\/?$' | xargs -n 1 cp LICENSE