Skip to content

Commit

Permalink
only require cwt on subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 24, 2019
1 parent db3ee0a commit 9569f5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/sync-version-fields
Expand Up @@ -11,9 +11,7 @@ scripts_dir=`dirname $0`
root_dir="$scripts_dir/.."
dest_dir="$scripts_dir/../projects/fullcalendar"

echo "11111"
"$scripts_dir/require-clean-working-tree"
echo "22222"
"$scripts_dir/require-clean-working-tree" "$dest_dir"

cd "$root_dir"
version=$(node -e 'console.log(require("./package").version)')
Expand Down

0 comments on commit 9569f5c

Please sign in to comment.