Skip to content

Commit

Permalink
Remove .env.sample.sh, put into .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed Feb 12, 2019
1 parent ce4b195 commit d42cb8a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions .env.sample.sh

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
.env.sh
dist/
dist-build/
Expand Down
7 changes: 0 additions & 7 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ then
exit 1
fi

if [ ! -f ./.env.sh ]; then
echo ".env.sh not found"
exit 1
fi

rm -rf coverage/ dist/ dist-build/

source ./.env.sh

npm install
npm run clean
npm run test
Expand Down

0 comments on commit d42cb8a

Please sign in to comment.