Skip to content

Commit e765f67

Browse files
committed
driveby: adding ipa regeneration on yaml changes
1 parent 5ffa2e2 commit e765f67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.lintstagedrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"**/*.{js,jsx,ts,tsx,json,md}": ["prettier --write"],
33
"**/*.js": ["jest --findRelatedTests --passWithNoTests"],
4+
"tools/spectral/ipa/**/*.yaml": ["node tools/spectral/ipa/scripts/generateRulesetReadme.js"],
45
"**/*.go": ["./tools/hooks/golang-precommit.sh"]
56
}

0 commit comments

Comments
 (0)