Skip to content

Commit b6aa1da

Browse files
committed
ci(qwik-nx): revert publish attempt to fix
1 parent dba3199 commit b6aa1da

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/qwik-nx/project.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,13 @@
7070
"options": {
7171
"noVerify": true,
7272
"push": true,
73-
"postTargets": ["qwik-nx:push-to-github", "qwik-nx:publish"]
73+
"postTargets": ["qwik-nx:push-to-github"]
7474
}
7575
},
7676
"publish": {
77-
"executor": "nx:run-commands",
77+
"executor": "ngx-deploy-npm:deploy",
7878
"options": {
79-
"command": "npm publish",
80-
"cwd": "dist/packages/qwik-nx"
79+
"access": "public"
8180
}
8281
},
8382
"publish-with-lib": {

0 commit comments

Comments
 (0)