Skip to content

Commit

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

ci: disabled lint-staged concurrency
  • Loading branch information
jembach authored Aug 10, 2022
2 parents 50f4013 + df21b09 commit f229d3e
Showing 1 changed file with 1 addition and 1 deletion.
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",
"lint-staged": "lint-staged --concurrent=false",
"commitlint": "commitlint",
"create-new-shop-provider": "node ./cli/create-new-shop-provider/index.js"
},
Expand Down

0 comments on commit f229d3e

Please sign in to comment.