Skip to content

Commit

Permalink
format first
Browse files Browse the repository at this point in the history
  • Loading branch information
BBB committed Sep 21, 2023
1 parent 5adcbc3 commit 490b905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export {
PathItemObjectCodec,
PathItemObject,
httpVerbs,
HttpVerb
HttpVerb,
} from "./parsers/effect-schema/schemas/PathItemObject";
export {
SchemaObjectCodec,
Expand Down
3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"//"
],
"pipeline": {
"format": {
},
"tscheck": {
"dependsOn": ["format"]
},
"test:unit": {
"dependsOn": [
Expand Down

0 comments on commit 490b905

Please sign in to comment.