Skip to content

Commit 6ddcec0

Browse files
committed
ci(qwik-nx): fix publish on ci
1 parent afeb4f9 commit 6ddcec0

File tree

3 files changed

+22
-26
lines changed

3 files changed

+22
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"jest": "28.1.1",
4545
"jest-environment-jsdom": "28.1.1",
4646
"jsonc-eslint-parser": "^2.1.0",
47-
"ngx-deploy-npm": "^4.3.10",
47+
"ngx-deploy-npm": "^4.3.11",
4848
"nx": "15.6.1",
4949
"prettier": "^2.8.0",
5050
"pretty-quick": "^3.1.3",

packages/qwik-nx/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"options": {
7171
"noVerify": true,
7272
"push": true,
73-
"postTargets": ["qwik-nx:push-to-github"]
73+
"postTargets": ["qwik-nx:publish", "qwik-nx:push-to-github"]
7474
}
7575
},
7676
"publish": {
@@ -79,12 +79,6 @@
7979
"access": "public"
8080
}
8181
},
82-
"publish-with-lib": {
83-
"executor": "ngx-deploy-npm:deploy",
84-
"options": {
85-
"access": "public"
86-
}
87-
},
8882
"push-to-github": {
8983
"executor": "@jscutlery/semver:github",
9084
"options": {

pnpm-lock.yaml

Lines changed: 20 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)