milkio 0.0.25 → 0.0.26
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,7 @@ export default async () => {
|
|
|
238
238
|
console.log(``)
|
|
239
239
|
|
|
240
240
|
console.time(`Client Stage`)
|
|
241
|
-
await $`bun run ./node_modules/typescript/bin/tsc --outDir "./packages/client/project"`.quiet()
|
|
241
|
+
await $`bun run ./node_modules/typescript/bin/tsc --outDir "./packages/client/project"`.quiet().nothrow()
|
|
242
242
|
await Bun.build({
|
|
243
243
|
entrypoints: ["./packages/client/index.ts"],
|
|
244
244
|
outdir: "./packages/client/dist",
|