fix(angular): passthrough skip package json option to generators (#13109)
CLOSED https://github.com/nrwl/nx/issues/13108 Fixes https://github.com/nrwl/nx/issues/13108
This commit is contained in:
parent
83646895c3
commit
3e867d1650
@ -139,6 +139,7 @@ async function addUnitTestRunner(
|
||||
supportTsx: false,
|
||||
skipSerializers: false,
|
||||
skipFormat: true,
|
||||
skipPackageJson: options.skipPackageJson,
|
||||
});
|
||||
} else if (options.unitTestRunner === 'karma') {
|
||||
await karmaProjectGenerator(host, {
|
||||
@ -182,6 +183,7 @@ async function addLinting(
|
||||
unitTestRunner: options.unitTestRunner,
|
||||
setParserOptionsProject: options.setParserOptionsProject,
|
||||
skipFormat: true,
|
||||
skipPackageJson: options.skipPackageJson,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user