This commit is contained in:
parent
123932527a
commit
1c6118e140
@ -213,7 +213,7 @@ export default App;
|
||||
const results = runCLI(`build ${app} --buildLibsFromSource=false`);
|
||||
expect(results).toContain('Successfully ran target build for project');
|
||||
// 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', () => {
|
||||
|
||||
@ -434,6 +434,7 @@ export function createTmpTsConfig(
|
||||
workspaceRoot,
|
||||
'tmp',
|
||||
projectRoot,
|
||||
process.env.NX_TASK_TARGET_TARGET ?? 'build',
|
||||
'tsconfig.generated.json'
|
||||
);
|
||||
const parsedTSConfig = readTsConfigWithRemappedPaths(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user