Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(storybook): path on Win for tsconfig location in angular.json #4080

Merged
merged 1 commit into from Nov 13, 2020

Conversation

juristr
Copy link
Member

@juristr juristr commented Nov 12, 2020

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #3956

@juristr juristr force-pushed the fix-storybook-migration-win-paths branch from 2ea516d to 5d92f64 Compare November 12, 2020 13:34
tsConfigStorybook: path.join(
options.projectConfig.root,
'.storybook/tsconfig.json'
tsConfig: normalize(path.join(options.projectConfig.root, 'tsconfig.json')),
Copy link
Member

Choose a reason for hiding this comment

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

This is required because the project root has \\ in its path?

Copy link
Member Author

Choose a reason for hiding this comment

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

no, there was an issue that Rares mentioned related to these paths on Windows. I'm working on a fix just now

Copy link
Member Author

Choose a reason for hiding this comment

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

but to be precise, that specific line wouldn't probably need the normalize, I'm gonna remove it there

@nx-cloud
Copy link

nx-cloud bot commented Nov 12, 2020

Nx Cloud Report

CI ran the following commands for commit 1bf5bf4. Click to see the status, the terminal output, and the build insights.

Status Command Start Time
#000000 nx build-base storybook 11/13/2020, 2:14:25 PM
#000000 nx run-many --target=build --all --parallel 11/13/2020, 2:14:22 PM
#000000 nx run-many --target=e2e --projects=e2e-storybook 11/13/2020, 2:15:49 PM
#000000 nx run-many --target=lint --all --parallel 11/13/2020, 2:16:14 PM
#000000 nx run-many --target=test --all --parallel 11/13/2020, 2:15:06 PM

Sent with 💌 from NxCloud.

@juristr juristr force-pushed the fix-storybook-migration-win-paths branch from 5d92f64 to fcd82e2 Compare November 13, 2020 13:37
@juristr juristr force-pushed the fix-storybook-migration-win-paths branch from fcd82e2 to 1bf5bf4 Compare November 13, 2020 14:07
@rarmatei rarmatei merged commit d1a086f into master Nov 13, 2020
@vsavkin vsavkin deleted the fix-storybook-migration-win-paths branch November 16, 2020 15:26
Doginal pushed a commit to Doginal/nx that referenced this pull request Nov 25, 2020
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
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.

Nx 10.3.1 migrations produce wrong angular.json paths on Windows
3 participants