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
7878
7979## ROADMAP:
8080
81- - [ ] Complete generators for Route, Component and more
82- - [ ] Complete ` add-nx-to-qwik ` and ` create-qwik-nx `
81+ - [ ] Complete ` add-nx-to-qwik `
8382- [ ] Write missing tests
84- - [ ] Move package.json scripts to project.json targets
83+ - [ ] implement more package.json scripts to project.json targets
8584- [ ] more...
8685
8786## Contributing
Original file line number Diff line number Diff line change 7070 "options" : {
7171 "noVerify" : true ,
7272 "push" : true ,
73- "postTargets" : [" qwik-nx:push-to-github" ]
73+ "postTargets" : [" qwik-nx:push-to-github" , " qwik-nx:publish " ]
7474 }
7575 },
7676 "publish" : {
77+ "executor" : " nx:run-commands" ,
78+ "options" : {
79+ "command" : " npm publish" ,
80+ "cwd" : " dist/packages/qwik-nx"
81+ }
82+ },
83+ "publish-with-lib" : {
7784 "executor" : " ngx-deploy-npm:deploy" ,
7885 "options" : {
7986 "access" : " public"
You can’t perform that action at this time.
0 commit comments