Skip to content

Commit

Permalink
Updated the release.sh to cd into packages/react-scripts (facebook#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanyogan committed Aug 15, 2016
1 parent 51bf696 commit 88fbbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ set -e
# Echo every command being executed
set -x

# Go to root
cd ..
# Go to packages/react-scripts
cd ../packages/react-scripts

# You can only release with npm >= 3
if [ $(npm -v | head -c 1) -lt 3 ]; then
Expand Down

0 comments on commit 88fbbcb

Please sign in to comment.