Skip to content

Commit

Permalink
added AI into the demo catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 committed Feb 25, 2025
1 parent 75ab3cc commit 08597a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/build-ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ const projectDIR = join(__dirname, `../examples/${catalog}`);
// Build cli
execSync('pnpm run build:bin', { stdio: 'inherit' });

// Run the generator
execSync(`cross-env NODE_ENV=CI PROJECT_DIR=${projectDIR} CATALOG_DIR=${catalogDir} npx . generate`, {
stdio: 'inherit',
});

// Build catalog
execSync(`cross-env NODE_ENV=CI PROJECT_DIR=${projectDIR} CATALOG_DIR=${catalogDir} npx . build`, {
stdio: 'inherit',
Expand Down

0 comments on commit 08597a5

Please sign in to comment.