File tree Expand file tree Collapse file tree 4 files changed +27
-14
lines changed Expand file tree Collapse file tree 4 files changed +27
-14
lines changed Original file line number Diff line number Diff line change 64
64
"jest-environment-jsdom" : " 29.4.3" ,
65
65
"jsonc-eslint-parser" : " ^2.1.0" ,
66
66
"kill-port" : " 2.0.1" ,
67
- "ngx-deploy-npm" : " ^6 .0.0 " ,
67
+ "ngx-deploy-npm" : " 8 .0.1 " ,
68
68
"nx" : " 17.3.0" ,
69
69
"prettier" : " ^2.8.0" ,
70
70
"pretty-quick" : " ^3.1.3" ,
Original file line number Diff line number Diff line change 62
62
"push" : false ,
63
63
"releaseAs" : " patch" ,
64
64
"postTargets" : [
65
+ " create-qwik-nx:build" ,
65
66
" create-qwik-nx:publish" ,
66
67
" create-qwik-nx:push-to-github"
67
68
]
70
71
"publish" : {
71
72
"executor" : " ngx-deploy-npm:deploy" ,
72
73
"options" : {
73
- "access" : " public"
74
+ "access" : " public" ,
75
+ "distFolderPath" : " dist/packages/create-qwik-nx"
74
76
},
75
77
"configurations" : {
76
78
"local" : {
77
79
"registry" : " http://localhost:4873"
78
80
}
79
- }
81
+ },
82
+ "dependsOn" : [" build" ]
80
83
},
81
84
"push-to-github" : {
82
85
"executor" : " @jscutlery/semver:github" ,
Original file line number Diff line number Diff line change 67
67
"noVerify" : true ,
68
68
"push" : false ,
69
69
"releaseAs" : " patch" ,
70
- "postTargets" : [" qwik-nx:publish" , " qwik-nx:push-to-github" ]
70
+ "postTargets" : [
71
+ " qwik-nx:build" ,
72
+ " qwik-nx:publish" ,
73
+ " qwik-nx:push-to-github"
74
+ ]
71
75
},
72
76
"configurations" : {
73
77
"patch" : {},
78
82
"releaseAs" : " major"
79
83
},
80
84
"previous" : {
81
- "postTargets" : [" qwik-nx:publish:previous" , " qwik-nx:push-to-github" ]
85
+ "postTargets" : [
86
+ " qwik-nx:build" ,
87
+ " qwik-nx:publish:previous" ,
88
+ " qwik-nx:push-to-github"
89
+ ]
82
90
}
83
91
}
84
92
},
85
93
"publish" : {
86
94
"executor" : " ngx-deploy-npm:deploy" ,
87
95
"options" : {
88
- "access" : " public"
96
+ "access" : " public" ,
97
+ "distFolderPath" : " dist/packages/qwik-nx"
89
98
},
90
99
"configurations" : {
91
100
"local" : {
94
103
"previous" : {
95
104
"tag" : " previous"
96
105
}
97
- }
106
+ },
107
+ "dependsOn" : [" build" ]
98
108
},
99
109
"push-to-github" : {
100
110
"executor" : " @jscutlery/semver:github" ,
You can’t perform that action at this time.
0 commit comments