Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
fix releaseBeta.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokal committed Jan 23, 2019
1 parent 87f7085 commit 3dd74ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/releaseBeta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -eo pipefail

ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/.. && pwd )"

$ROOT_DIR/node_modules/.bin/release-it -c .release-it.beta.json --preRelease=beta
$ROOT_DIR/node_modules/.bin/release-it -c $ROOT_DIR/.release-it.beta.json --preRelease=beta

0 comments on commit 3dd74ef

Please sign in to comment.