We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedf06f commit b1c22d5Copy full SHA for b1c22d5
scripts/publish.sh
@@ -4,12 +4,12 @@ set -eu
4
5
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6
7
-version="$1"
8
-swc_core_version="$(cargo tree -i -p swc_core --depth 0 | awk '{print $2}')"
9
-
10
git pull || true
11
yarn
12
+version="$1"
+swc_core_version="$(cargo tree -i -p swc_core --depth 0 | awk '{print $2}')"
+
13
echo "Publishing $version with swc_core $swc_core_version"
14
15
# Update swc_core
0 commit comments