Skip to content

Commit

Permalink
chore: format generated schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Jan 21, 2025
1 parent 08c8385 commit 0b68b41
Show file tree
Hide file tree
Showing 3 changed files with 1,133 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"commitgen:staged": "./commit-gen.js --path ./packages --staged",
"commitgen:main": "./commit-gen.js --path ./packages",
"changeset:status": "changeset status",
"generate:schema": "node packages/enhanced/src/scripts/compile-schema.js"
"generate:schema": "nx run enhanced:generate:schema && nx format:write"
},
"pnpm": {
"packageExtensions": {
Expand Down
4 changes: 0 additions & 4 deletions packages/enhanced/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
{
"target": "build",
"dependencies": true
},
{
"target": "generate:schema",
"projects": "self"
}
]
},
Expand Down
Loading

0 comments on commit 0b68b41

Please sign in to comment.