Skip to content

Commit

Permalink
fix(@angular-devkit/core): add project type as a workspace special ex…
Browse files Browse the repository at this point in the history
…tension
  • Loading branch information
clydin authored and alexeagle committed Apr 15, 2019
1 parent 4a50df6 commit 51e370c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular_devkit/core/src/workspace/json/reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export async function readJsonWorkspace(

const specialWorkspaceExtensions = ['cli', 'defaultProject', 'newProjectRoot', 'schematics'];

const specialProjectExtensions = ['cli', 'schematics'];
const specialProjectExtensions = ['cli', 'schematics', 'projectType'];

function parseWorkspace(workspaceNode: JsonAstObject, context: ParserContext): WorkspaceDefinition {
const jsonMetadata = context.metadata;
Expand Down

0 comments on commit 51e370c

Please sign in to comment.