Skip to content

Commit

Permalink
Add entry point to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
niwsa committed Jul 24, 2023
1 parent b20c19c commit a6c4f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/angular-multi-entry.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { rimraf } from 'rimraf';

const BASE = `angular/projects/boxyhq/angular-ui`;
const TMP = `${BASE}/tmp/src`;
const ENTRYPOINTS = ['sso'];
const ENTRYPOINTS = ['sso', 'shared'];

// Rename all .module.css files to .css files
for (const ep of ENTRYPOINTS) {
Expand Down

0 comments on commit a6c4f34

Please sign in to comment.