Skip to content

Commit

Permalink
Other attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 30, 2024
1 parent f46b238 commit e61f7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getThisCodebaseRootDirPath } from '../tools/getThisCodebaseRootDirPath'
import { crawl } from '../tools/crawl';

(async () => {
console.log(chalk.cyan('Building Keycloakify...'));
console.log(chalk.cyan('Building @keycloakify/angular...'));

const startTime = Date.now();

Expand Down Expand Up @@ -57,7 +57,7 @@ import { crawl } from '../tools/crawl';
);
}

run(`yarn build`, { cwd: angularWorkspaceDirPath });
run(`npm run build`, { cwd: angularWorkspaceDirPath });

const angularDistDirPath = pathJoin(
angularWorkspaceDirPath,
Expand Down

0 comments on commit e61f7d6

Please sign in to comment.