Skip to content

Commit

Permalink
fix(effect-validator): add a build command to package.json at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jul 21, 2024
1 parent ab1b831 commit 039950c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"build:oidc-auth": "yarn workspace @hono/oidc-auth build",
"build:node-ws": "yarn workspace @hono/node-ws build",
"build:react-compat": "yarn workspace @hono/react-compat build",
"build:effect-validator": "yarn workspace @hono/effect-validator build",
"build": "run-p 'build:*'",
"lint": "eslint 'packages/**/*.{ts,tsx}'",
"lint:fix": "eslint --fix 'packages/**/*.{ts,tsx}'",
Expand Down Expand Up @@ -64,4 +65,4 @@
"typescript": "^5.2.2"
},
"packageManager": "yarn@4.0.2"
}
}

0 comments on commit 039950c

Please sign in to comment.