Commit a820ecd 1 parent 58233da commit a820ecd Copy full SHA for a820ecd
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ module.exports = {
44
44
[
45
45
"@octorelease/lerna" ,
46
46
{
47
- pruneShrinkwrap : [ "@zowe/cics-for-zowe-cli" ] ,
47
+ // The shrinkwrap pruning should happen after only as part of the prepack of the CLI Plug-in
48
+ // pruneShrinkwrap: ["@zowe/cics-for-zowe-cli"],
49
+
48
50
// Use Lerna only for versioning and publish packages independently
49
51
npmPublish : false ,
50
52
versionIndependent : [ "cics-extension-for-zowe" ] ,
@@ -58,15 +60,13 @@ module.exports = {
58
60
"latest" : [ "zowe-v2-lts" ] ,
59
61
} ,
60
62
npmPublish : true ,
61
- tarballDir : "dist" ,
62
63
} ,
63
64
{
64
65
$cwd : "packages/cli" ,
65
66
aliasTags : {
66
67
"latest" : [ "zowe-v2-lts" ] ,
67
68
} ,
68
69
npmPublish : true ,
69
- tarballDir : "dist" ,
70
70
} ,
71
71
] ,
72
72
[
@@ -75,7 +75,6 @@ module.exports = {
75
75
$cwd : "packages/vsce" ,
76
76
ovsxPublish : true ,
77
77
vscePublish : true ,
78
- vsixDir : "dist" ,
79
78
} ,
80
79
] ,
81
80
[
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
- name : Build Source
127
127
run : npm run build
128
128
129
- - uses : zowe-actions/octorelease@v1
129
+ - uses : zowe-actions/octorelease@temp-lerna-fix
130
130
env :
131
131
GIT_COMMITTER_NAME : ${{ secrets.ZOWE_ROBOT_USER }}
132
132
GIT_COMMITTER_EMAIL : ${{ secrets.ZOWE_ROBOT_EMAIL }}
You can’t perform that action at this time.
0 commit comments