File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,9 @@ nx generate qwik-nx:setup-tailwind
78
78
79
79
## ROADMAP:
80
80
81
- - [ ] Complete generators for Route, Component and more
82
- - [ ] Complete ` add-nx-to-qwik ` and ` create-qwik-nx `
81
+ - [ ] Complete ` add-nx-to-qwik `
83
82
- [ ] Write missing tests
84
- - [ ] Move package.json scripts to project.json targets
83
+ - [ ] implement more package.json scripts to project.json targets
85
84
- [ ] more...
86
85
87
86
## Contributing
Original file line number Diff line number Diff line change 70
70
"options" : {
71
71
"noVerify" : true ,
72
72
"push" : true ,
73
- "postTargets" : [" qwik-nx:push-to-github" ]
73
+ "postTargets" : [" qwik-nx:push-to-github" , " qwik-nx:publish " ]
74
74
}
75
75
},
76
76
"publish" : {
77
+ "executor" : " nx:run-commands" ,
78
+ "options" : {
79
+ "command" : " npm publish" ,
80
+ "cwd" : " dist/packages/qwik-nx"
81
+ }
82
+ },
83
+ "publish-with-lib" : {
77
84
"executor" : " ngx-deploy-npm:deploy" ,
78
85
"options" : {
79
86
"access" : " public"
You can’t perform that action at this time.
0 commit comments