Skip to content

Commit 4a72e5e

Browse files
authored
Fix the build
1 parent 205ff1a commit 4a72e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const fs = require("node:fs");
1212
const path = require("node:path");
1313
const PLATFORM_FILES = [".DS_Store"];
1414

15-
execSync("bun install", { stdio: "inherit" });
15+
execSync("npm install", { stdio: "inherit" });
1616
try {
1717
execSync("cordova platform add android", { stdio: "inherit" });
1818
} catch (error) {

0 commit comments

Comments
 (0)