Skip to content

Commit

Permalink
chore: ignore types dir for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Nov 18, 2017
1 parent ab6bbb0 commit b0cc809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
types/
1 change: 1 addition & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function publish {

function resetAndDie {
git reset --hard ${COMMIT}
git tag --delete "v$VERSION"

die "$@"
}
Expand Down

0 comments on commit b0cc809

Please sign in to comment.