Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

fix(schematics): application impl #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tk-o
Copy link

@tk-o tk-o commented Nov 29, 2021

Uses workspace.json file to write the project entry in. Fixes #24

Uses `workspace.json` file to write the project entry in. Fixes JacopoPatroclo#24
@@ -77,7 +77,7 @@ function createApplicationFiles(options: NormalizedSchema): Rule {
}

function updateNxJson(options: NormalizedSchema): Rule {
return updateJsonInTree<NxJson>('nx.json', (json) => {
return updateJsonInTree<NxJson>('workspace.json', (json) => {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First @tk-o thanks for the contribution 💜
I think this is a breaking change. Maybe the setup of a migration path is needed.
Not sure if this will be easy to do or not.
I'm also rewriting a lot of code to support Nx12, and I will merge this when that work is done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App creation fails on Nx13
2 participants