Skip to content

Commit

Permalink
Merge pull request #58 from MakairaIO/ci/adjust-cuncurrency-to--solve…
Browse files Browse the repository at this point in the history
…-ci-not-failing

Ci/adjust cuncurrency to  solve ci not failing
  • Loading branch information
jembach authored Aug 10, 2022
2 parents 4bb863d + 461bf1e commit 5c2bbd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

[ -n "$CI" ] && exit 0

npx commitlint --edit $1
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

[ -n "$CI" ] && exit 0

npm run lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint:tsc": "turbo run lint:tsc",
"test": "turbo run test",
"prepare": "husky install",
"lint-staged": "lint-staged --concurrent=false",
"lint-staged": "lint-staged",
"commitlint": "commitlint",
"create-new-shop-provider": "node ./cli/create-new-shop-provider/index.js"
},
Expand Down

0 comments on commit 5c2bbd5

Please sign in to comment.