Skip to content

Commit

Permalink
ci: remove seeds from npm published package
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Jan 15, 2018
1 parent ba9324b commit 865ad14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
# Remove .gitignore to allow the built DB to be pushed
rm .gitignore
# Remove seeds to reduce npm packageg size
rm -rf seeds
# Run Release script
chmod +x release.sh
echo "Releasing on Github"
Expand Down

0 comments on commit 865ad14

Please sign in to comment.