Skip to content

Commit b6fb8fc

Browse files
committed
Make the build command default
1 parent 07ea9dc commit b6fb8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ferric/src/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ import { buildCommand } from "./build.js";
66
export const program = new Command("ferric")
77
.hook("preAction", () => printBanner())
88
.description("Rust Node-API Modules for React Native")
9-
.addCommand(buildCommand);
9+
.addCommand(buildCommand, { isDefault: true });

0 commit comments

Comments
 (0)