Skip to content

Commit

Permalink
Add -f flag to unblock release-preview.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rjcorwin committed Mar 3, 2020
1 parent f16bf06 commit 0b673f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-preview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git checkout $VERSION
cd client
npm install
npm run build
rm -r ../../app
rm -fr ../../app
mv dist/tangerine-client ../../app
cd ../../
rm -rf tmp
Expand Down

0 comments on commit 0b673f2

Please sign in to comment.