Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
yarn setup
- name: Check lint and prettier
run: |
lerna run --concurrency 1 --stream precommit --since HEAD --exclude-dependents
npx turbo run precommit
- name: Run tests
run: |
yarn run test
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
*.log
.vscode
*.tgz
.turbo
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn commitlint --edit $1
# yarn commitlint --edit $1
3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
. "$(dirname "$0")/_/husky.sh"

# yarn test
lerna run --concurrency 1 --stream precommit --since HEAD --exclude-dependents
# turbo run --concurrency 1 -- --stream precommit --since HEAD --exclude-dependents

# turbo run precommit --concurrency 1
8 changes: 0 additions & 8 deletions lerna.json

This file was deleted.

Loading