Skip to content

Commit

Permalink
Add missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Jan 24, 2024
1 parent b610d86 commit 496a602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { version } = JSON.parse(
fs.readFileSync(path.join(process.cwd(), "package.json"), "utf-8"),
) as { version: string };

const apps = ["onboarding", "banking"];
const apps = ["onboarding", "banking", "payment"];

console.log(``);
console.log(`${pc.magenta("swan-partner-frontend")}`);
Expand Down

0 comments on commit 496a602

Please sign in to comment.