Skip to content

build: create ng add integration test using ng new #27096

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

Merged
merged 1 commit into from
May 15, 2023

Conversation

crisbeto
Copy link
Member

Reworks the ng add integration test to run ng new first which should make it easier to keep up with changes to the project layout.

@crisbeto crisbeto added P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent target: patch This PR is targeted for the next patch release labels May 15, 2023
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label May 15, 2023

# Generate a new project with the default options.
# Skip installation since we installed the dependencies already.
"yarn ng new --defaults --skip-install --style=scss --name=%s" % APP_NAME,
Copy link
Member

Choose a reason for hiding this comment

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

In the future, potentially we can make this a shared script if we end up duplicating these steps multiple times.

Reworks the `ng add` integration test to run `ng new` first which should make it easier to keep up with changes to the project layout.
@crisbeto crisbeto force-pushed the ng-add-integration-rework branch from a2aa5c1 to 6546f3f Compare May 15, 2023 09:00
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label May 15, 2023
@angular-robot angular-robot bot merged commit 1546b3f into angular:main May 15, 2023
angular-robot bot pushed a commit that referenced this pull request May 15, 2023
Reworks the `ng add` integration test to run `ng new` first which should make it easier to keep up with changes to the project layout.

(cherry picked from commit 1546b3f)
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jun 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants