This commit is contained in:
parent
123932527a
commit
1c6118e140
@ -213,7 +213,7 @@ export default App;
|
|||||||
const results = runCLI(`build ${app} --buildLibsFromSource=false`);
|
const results = runCLI(`build ${app} --buildLibsFromSource=false`);
|
||||||
expect(results).toContain('Successfully ran target build for project');
|
expect(results).toContain('Successfully ran target build for project');
|
||||||
// this should be less modules than building from source
|
// this should be less modules than building from source
|
||||||
expect(results).toContain('38 modules transformed');
|
expect(results).toContain('40 modules transformed');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should build app from libs without package.json in lib', () => {
|
it('should build app from libs without package.json in lib', () => {
|
||||||
|
|||||||
@ -434,6 +434,7 @@ export function createTmpTsConfig(
|
|||||||
workspaceRoot,
|
workspaceRoot,
|
||||||
'tmp',
|
'tmp',
|
||||||
projectRoot,
|
projectRoot,
|
||||||
|
process.env.NX_TASK_TARGET_TARGET ?? 'build',
|
||||||
'tsconfig.generated.json'
|
'tsconfig.generated.json'
|
||||||
);
|
);
|
||||||
const parsedTSConfig = readTsConfigWithRemappedPaths(
|
const parsedTSConfig = readTsConfigWithRemappedPaths(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user