Commit 26b39199 authored by Liam Horne's avatar Liam Horne

build: set concurrency to 1 to prevent git add errors on lerna lint

parent 72294c70
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn lerna run --stream pre-commit --since HEAD --exclude-dependents
yarn lerna run --concurrency 1 --stream pre-commit --since HEAD --exclude-dependents
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment