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 cc44957 commit b798cd8Copy full SHA for b798cd8
scripts/craft-pre-release.sh
@@ -2,12 +2,12 @@
2
set -eux
3
4
# Move to the project root
5
-SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
6
cd $SCRIPT_DIR/..
7
OLD_VERSION="${1}"
8
NEW_VERSION="${2}"
9
10
- # Do not tag and commit changes made by "npm version"
+# Do not tag and commit changes made by "npm version"
11
export npm_config_git_tag_version=false
12
13
yarn install --frozen-lockfile
0 commit comments