Skip to content

Commit dba3199

Browse files
committed
ci(qwik-nx): attempt to fix auto publish
1 parent 9c7426b commit dba3199

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

packages/qwik-nx/project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,17 @@
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"

0 commit comments

Comments
 (0)