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

Commit

Permalink
Get rid of .bundle, too
Browse files Browse the repository at this point in the history
It interferred with the dependency installation.
  • Loading branch information
textbook committed Oct 24, 2019
1 parent efa0eff commit 8e3152c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ fi
mkdir tmp
cp -r api/. tmp
rm -rf .gitignore
rm -rf .bundle
rm -rf tmp/client/*
rm -rf tmp/db/*.sqlite3
rm -rf tmp/log/*.log
Expand Down

0 comments on commit 8e3152c

Please sign in to comment.