milkio 0.0.26 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -238,7 +238,9 @@ export default async () => {
|
|
|
238
238
|
console.log(``)
|
|
239
239
|
|
|
240
240
|
console.time(`Client Stage`)
|
|
241
|
-
|
|
241
|
+
try {
|
|
242
|
+
await $`bun run ./node_modules/typescript/bin/tsc --outDir "./packages/client/project"`.quiet()
|
|
243
|
+
} catch (error) {}
|
|
242
244
|
await Bun.build({
|
|
243
245
|
entrypoints: ["./packages/client/index.ts"],
|
|
244
246
|
outdir: "./packages/client/dist",
|