bunup 0.16.30 → 0.16.31
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/dist/cli/index.js +2 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
import { loadConfig } from "coffi";
|
|
27
27
|
import pc4 from "picocolors";
|
|
28
28
|
// packages/bunup/package.json
|
|
29
|
-
var version = "0.16.
|
|
29
|
+
var version = "0.16.31";
|
|
30
30
|
|
|
31
31
|
// packages/bunup/src/printer/print-build-report.ts
|
|
32
32
|
import { promisify } from "util";
|
|
@@ -194,6 +194,7 @@ async function watch(userOptions, rootDir, configFilePath) {
|
|
|
194
194
|
ac = new AbortController;
|
|
195
195
|
const start = performance.now();
|
|
196
196
|
const buildResult = await build(userOptions, rootDir, ac);
|
|
197
|
+
console.log();
|
|
197
198
|
await printBuildReport(buildResult);
|
|
198
199
|
if (!initial) {
|
|
199
200
|
console.log(`
|