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';
77
88const options : BuildBuilderSchema = {
99 noHmr : true ,
10+ prepare : true ,
1011 platform : 'ios' ,
1112} ;
1213
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { createEmptyWorkspace } from '@nrwl/workspace/testing';
33import { readJsonInTree , updateJsonInTree } from '@nrwl/workspace' ;
44
55import { runSchematic } from '../../utils/testing' ;
6- import { Schema } from './schema' ;
76
87describe ( 'lib' , ( ) => {
98 let appTree : Tree ;
@@ -33,6 +32,7 @@ describe('lib', () => {
3332 options : {
3433 lintFilePatterns : [ `libs/${ libName } /**/*.ts` ] ,
3534 } ,
35+ outputs : [ '{options.outputFile}' ] ,
3636 } ) ;
3737 } ) ;
3838
@@ -48,6 +48,7 @@ describe('lib', () => {
4848 options : {
4949 lintFilePatterns : [ `libs/${ libName } /**/*.ts` ] ,
5050 } ,
51+ outputs : [ '{options.outputFile}' ] ,
5152 } ) ;
5253 } ) ;
5354
You can’t perform that action at this time.
0 commit comments