Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
leaftail1880 committed Feb 16, 2025
1 parent d2298c8 commit de6a14a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ function getOutPathsAndCleanDirectory(dir) {
* @param {esbuild.BuildOptions} options
*/
export function buildCommand({ test, dev, world, port, vitest, outfile, entry }, options) {
if (!entry) throw new Error('Entry not specified!')

let start = Date.now()
let firstBuild = true
const at = process.cwd()
Expand Down

0 comments on commit de6a14a

Please sign in to comment.