You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/publish-all.sh
+1-23Lines changed: 1 addition & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -32,26 +32,13 @@ publish() {
32
32
echo""
33
33
}
34
34
35
-
deprecate() {
36
-
local pkg="$1"
37
-
local msg="$2"
38
-
echo"⚠️ Deprecating $pkg..."
39
-
if [ "$DRY_RUN"=true ];then
40
-
echo" [dry-run] npm deprecate \"$pkg\"\"$msg\""
41
-
else
42
-
npm deprecate "$pkg""$msg"
43
-
fi
44
-
echo" ✅ $pkg deprecated"
45
-
echo""
46
-
}
47
-
48
35
# Sync compat versions to match real packages
49
36
# Compat shims must always publish at the same version as the real packages so users upgrading pyrajs-cli always get a shim that points at the matching @pyra-js/cli version.
0 commit comments