@xylabs/ts-scripts-yarn3 7.2.28 → 7.2.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1036,8 +1036,7 @@ var deploy = () => {
1036
1036
  ["yarn", "workspaces foreach --all version patch --deferred"],
1037
1037
  ["yarn", "xy clean"],
1038
1038
  ["yarn", "xy build"],
1039
- ["yarn", "version apply --all"],
1040
- ["npm", "publish --workspaces"]
1039
+ ["yarn", "version apply --all"]
1041
1040
  ]);
1042
1041
  };
1043
1042
 
@@ -1061,8 +1060,7 @@ var deployMajor = () => {
1061
1060
  ["yarn", "workspaces foreach --all version major --deferred"],
1062
1061
  ["yarn", "xy clean"],
1063
1062
  ["yarn", "xy build"],
1064
- ["yarn", "version apply --all"],
1065
- ["npm", "publish --workspaces"]
1063
+ ["yarn", "version apply --all"]
1066
1064
  ]);
1067
1065
  };
1068
1066
 
@@ -1086,8 +1084,7 @@ var deployMinor = () => {
1086
1084
  ["yarn", "workspaces foreach --all version minor --deferred"],
1087
1085
  ["yarn", "xy clean"],
1088
1086
  ["yarn", "xy build"],
1089
- ["yarn", "version apply --all"],
1090
- ["npm", "publish --workspaces"]
1087
+ ["yarn", "version apply --all"]
1091
1088
  ]);
1092
1089
  };
1093
1090
 
@@ -1111,8 +1108,7 @@ var deployNext = () => {
1111
1108
  ["yarn", "workspaces foreach --all version minor --deferred"],
1112
1109
  ["yarn", "xy clean"],
1113
1110
  ["yarn", "xy build"],
1114
- ["yarn", "version apply --all --prerelease"],
1115
- ["npm", "publish --workspaces"]
1111
+ ["yarn", "version apply --all --prerelease"]
1116
1112
  ]);
1117
1113
  };
1118
1114