Skip to content

Commit b798cd8

Browse files
committed
autoformat craft script
1 parent cc44957 commit b798cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/craft-pre-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
set -eux
33

44
# Move to the project root
5-
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
5+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
66
cd $SCRIPT_DIR/..
77
OLD_VERSION="${1}"
88
NEW_VERSION="${2}"
99

10-
# Do not tag and commit changes made by "npm version"
10+
# Do not tag and commit changes made by "npm version"
1111
export npm_config_git_tag_version=false
1212

1313
yarn install --frozen-lockfile

0 commit comments

Comments
 (0)