Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpppk committed Dec 12, 2024
1 parent bf52e21 commit 751f1f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/configure-pages@v5
- run: npm ci -w pkgs/typed-api-spec
- run: npm run build -w pkgs/typed-api-spec
- run: npm ci -w pkgs/examples
- run: npm test -w pkgs/examples
7 changes: 3 additions & 4 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion pkgs/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"dependencies": {
"@types/express": "^4",
"express": "^4",
"fastify-type-provider-zod": "^2.1.0"
"fastify-type-provider-zod": "^2.1.0",
"valibot": "^0",
"zod": "^3.23.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
Expand Down

0 comments on commit 751f1f7

Please sign in to comment.