Skip to content

Commit 88fbbcb

Browse files
committed
Updated the release.sh to cd into packages/react-scripts (#403)
1 parent 51bf696 commit 88fbbcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ set -e
1717
# Echo every command being executed
1818
set -x
1919

20-
# Go to root
21-
cd ..
20+
# Go to packages/react-scripts
21+
cd ../packages/react-scripts
2222

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

0 commit comments

Comments
 (0)