Skip to content

Commit

Permalink
no-issue - remove release folder from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
teles committed Sep 12, 2017
1 parent 75ad669 commit 00386a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/npm-debug.log
/node_modules/
/.idea/
/release/
/CLONED/
2 changes: 0 additions & 2 deletions deploy-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ dir=CLONED
git clone https://github.com/teles/array-mixer.git $dir
cd $dir
git checkout master
sed --in-place '/release/d' .gitignore || exit 0
cat ./.gitignore
npm install
npm run release
git add release
Expand Down

0 comments on commit 00386a5

Please sign in to comment.