Skip to content

Commit

Permalink
feat(package.json): Add arktype validator build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterDeveloper committed Jan 3, 2024
1 parent a69c6ab commit cd4a582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"build:hello": "yarn workspace @hono/hello build",
"build:zod-validator": "yarn workspace @hono/zod-validator build",
"build:arktype-validator": "yarn workspace @hono/arktype-validator build",
"build:qwik-city": "yarn workspace @hono/qwik-city build",
"build:graphql-server": "yarn workspace @hono/graphql-server build",
"build:sentry": "yarn workspace @hono/sentry build",
Expand Down

0 comments on commit cd4a582

Please sign in to comment.