Skip to content

Commit

Permalink
Fix generate:types lint-staged hook (segmentio#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajan-tw authored Jul 10, 2024
1 parent 70dcae1 commit 15b4e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
}
},
"lint-staged": {
"**/src/destinations/**/index.ts": [
"./bin/run generate:types",
"**/{browser-destinations,destinations}/**/*.ts": [
"./bin/run generate:types -p",
"git add **/generated-types.ts"
],
"!(**/templates/**)/*.ts": [
Expand Down

0 comments on commit 15b4e43

Please sign in to comment.