File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
src/generators/application Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 7171 "publish" : {
7272 "executor" : " ngx-deploy-npm:deploy" ,
7373 "options" : {
74- "access" : " public" ,
75- "distFolderPath" : " packages/qwik-nx"
74+ "access" : " public"
7675 }
7776 },
7877 "push-to-github" : {
Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ import { QwikAppGeneratorSchema } from './schema';
66
77describe ( 'qwik-nx generator' , ( ) => {
88 let appTree : Tree ;
9- const options : QwikAppGeneratorSchema = { name : 'test' } ;
9+ const options : QwikAppGeneratorSchema = {
10+ name : 'test' ,
11+ style : 'css' ,
12+ linter : 'none' ,
13+ skipFormat : false ,
14+ unitTestRunner : 'none' ,
15+ strict : false
16+ } ;
1017
1118 beforeEach ( ( ) => {
1219 appTree = createTreeWithEmptyWorkspace ( ) ;
You can’t perform that action at this time.
0 commit comments