chore: remove build and test precommit checks (#1285)

This commit is contained in:
Dexter Edwards 2022-09-08 10:24:11 +01:00 committed by GitHub
parent 760be23c27
commit bb81c1786c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,3 @@ yarn commitlint --edit "${1}"
# Lint all staged files # Lint all staged files
yarn lint-staged yarn lint-staged
# Build & test affected apps
yarn nx affected:build --uncommitted
yarn nx affected:test --uncommitted