Skip to content

Commit

Permalink
chore: Add regenerate schemas command
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Nov 15, 2024
1 parent e73cf48 commit 0a2a744
Show file tree
Hide file tree
Showing 5 changed files with 28,103 additions and 5 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"start": "node build/index.js",
"test": "vitest",
"typecheck": "tsc --noEmit",
"postinstall": "node scripts/generate-pc-schema.js"
"regenerate-schemas": "scripts/regenerate-schemas.js"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 0a2a744

Please sign in to comment.