File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import runBuilder from './builder';
7
7
8
8
const options : BuildBuilderSchema = {
9
9
noHmr : true ,
10
+ prepare : true ,
10
11
platform : 'ios' ,
11
12
} ;
12
13
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { createEmptyWorkspace } from '@nrwl/workspace/testing';
3
3
import { readJsonInTree , updateJsonInTree } from '@nrwl/workspace' ;
4
4
5
5
import { runSchematic } from '../../utils/testing' ;
6
- import { Schema } from './schema' ;
7
6
8
7
describe ( 'lib' , ( ) => {
9
8
let appTree : Tree ;
@@ -33,6 +32,7 @@ describe('lib', () => {
33
32
options : {
34
33
lintFilePatterns : [ `libs/${ libName } /**/*.ts` ] ,
35
34
} ,
35
+ outputs : [ '{options.outputFile}' ] ,
36
36
} ) ;
37
37
} ) ;
38
38
@@ -48,6 +48,7 @@ describe('lib', () => {
48
48
options : {
49
49
lintFilePatterns : [ `libs/${ libName } /**/*.ts` ] ,
50
50
} ,
51
+ outputs : [ '{options.outputFile}' ] ,
51
52
} ) ;
52
53
} ) ;
53
54
You can’t perform that action at this time.
0 commit comments