Skip to content

Commit 262c6fc

Browse files
committed
ci: fix target name
1 parent 581ce5a commit 262c6fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/cypress-ct-qwik/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@
8484
"noVerify": true,
8585
"push": true,
8686
"releaseAs": "minor",
87-
"postTargets": ["qwik-nx:publish", "qwik-nx:push-to-github"]
87+
"postTargets": [
88+
"cypress-ct-qwik:publish",
89+
"cypress-ct-qwik:push-to-github"
90+
]
8891
}
8992
},
9093
"publish": {

0 commit comments

Comments
 (0)