fix(nx): handle adding @nrwl/workspace to projects with camel case names

This commit is contained in:
Jason Jean 2019-10-11 13:05:20 -04:00 committed by Victor Savkin
parent 58353a6be8
commit 01c88fdb5b

View File

@ -545,7 +545,6 @@ function addInstallTask(options: Schema) {
export default function(schema: Schema): Rule {
const options = {
...schema,
name: toFileName(schema.name),
npmScope: toFileName(schema.npmScope || schema.name)
};
const templateSource = apply(url('./files'), [