Skip to content

Commit

Permalink
Update app/angular/src/server/angular-cli_config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
  • Loading branch information
luisferreira90 and shilman committed Sep 24, 2020
1 parent 49a83bc commit 37e5594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/angular/src/server/angular-cli_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function getLeadingAngularCliProject(ngCliConfig: any) {

let projectName;
const firstProjectName = Object.keys(projects)[0];
const environmentProjectName = process.env.STORYBOOK_NAME;
const environmentProjectName = process.env.STORYBOOK_ANGULAR_PROJECT;
if (environmentProjectName) {
projectName = environmentProjectName;
} else if (projects.storybook) {
Expand Down

0 comments on commit 37e5594

Please sign in to comment.