Skip to content

Commit 5e73876

Browse files
committed
chore(scripts): reorganize static analysis validations
1 parent b2a5750 commit 5e73876

15 files changed

Lines changed: 1485 additions & 597 deletions

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ unbuilt:
152152
static-analysis:
153153
node ./scripts/validation/generic-byte-arrays.js
154154
node ./scripts/validation/validate-all.js;
155+
yarn lint:versions
156+
yarn lint:dependencies
155157
make api-snapshot
156158

157159
# Clears the Turborepo local build cache

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
},
151151
"husky": {
152152
"hooks": {
153-
"pre-commit": "lint-staged && yarn lint:versions && yarn lint:dependencies",
153+
"pre-commit": "lint-staged",
154154
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
155155
}
156156
},

0 commit comments

Comments
 (0)