add build command

pull/13/head
Yusuke Wada 2022-12-24 21:01:15 +09:00
parent ac3cf49c14
commit a6465484a9
1 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn workspace @hono/hello build"
},
"license": "MIT",
"private": true,
"repository": {