Store LICENSE files when publishing from GH actions (#12810)

* Generate LICENSE files in GH actions

* Add LICENSE files to the build artifact
This commit is contained in:
Nicolò Ribaudo
2021-02-17 19:38:26 +01:00
committed by GitHub
parent 99130bcfdd
commit 0e06a3822b

View File

@@ -46,6 +46,9 @@ jobs:
codemods/*/lib/**/*
eslint/*/lib/**/*
packages/*/lib/**/*
codemods/*/LICENSE
eslint/*/LICENSE
packages/*/LICENSE
packages/babel-standalone/*.js
!**/node_modules/**