Skip to content

Commit

Permalink
chore: build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Apr 9, 2024
1 parent 80d031b commit d45747b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/apps/workers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"jsxImportSource": "hono/jsx",
"outDir": "dist",
"rootDir": "src",
"composite": true,
"skipLibCheck": true,
"declaration": true
},
"include": ["src"]
}
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"fmt": "turbo fmt",
"lint": "turbo lint",
"typecheck": "turbo typecheck",
"build": "turbo build"
"build": "turbo build --filter workers && turbo build"
},
"author": "naporin0624",
"devDependencies": {
Expand Down

0 comments on commit d45747b

Please sign in to comment.