Add LICENSE file to published npm packages [skip ci] (#8409)
This commit is contained in:
committed by
Henry Zhu
parent
023044c1d4
commit
a7cc3325cd
3
scripts/clone-license.sh
Executable file
3
scripts/clone-license.sh
Executable 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
|
||||
Reference in New Issue
Block a user