Skip to content

Commit

Permalink
fix(react): fix react publish library copy readme (#5345)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangviettuan authored and FrozenPandaz committed Apr 19, 2021
1 parent b0e9b4b commit 85f070c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/generators/library/library.ts
Expand Up @@ -200,7 +200,7 @@ function addProject(host: Tree, options: NormalizedSchema) {
rollupConfig: `@nrwl/react/plugins/bundle-rollup`,
assets: [
{
glob: 'README.md',
glob: `${options.projectRoot}/README.md`,
input: '.',
output: '.',
},
Expand Down

0 comments on commit 85f070c

Please sign in to comment.