Skip to content

Commit

Permalink
ci: add is-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed Jun 24, 2021
1 parent f252a25 commit 147f1fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
16 changes: 7 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
},
"scripts": {
"prepare": "is-ci || husky install"
},
"dependencies": {
"is-ci": "^3.0.0"
}
}
}

0 comments on commit 147f1fb

Please sign in to comment.