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

Tweak test-app "description" field #76

Merged
merged 1 commit into from
Nov 27, 2022

Conversation

SergeAstapov
Copy link
Contributor

just a minor tweaks

@@ -8,6 +8,5 @@
"scripts": {
"test:watch": "ember test --server",
"test": "npm-run-all lint \"test:!(watch)\""
},
"private": true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this does not seem to be needed as it's already part of the ember-cli app blueprint https://github.com/ember-cli/ember-cli/blob/v4.8.0/blueprints/app/files/package.json#L4

@@ -98,6 +98,8 @@ module.exports = {

merge(pkg, additions);

pkg.description = `Test app for ${this.locals(this.options).addonName} addon`;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

just a minor tweak, indeed subjective, however should be more helpful than "Small description for test-app goes here"

Copy link
Collaborator

@simonihmig simonihmig left a comment

Choose a reason for hiding this comment

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

Thanks @SergeAstapov!

@simonihmig simonihmig added the enhancement New feature or request label Nov 27, 2022
@simonihmig simonihmig merged commit 5dee5bf into embroider-build:main Nov 27, 2022
@SergeAstapov SergeAstapov deleted the test-app-package.json branch November 27, 2022 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants