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

Epic - Document using scripts in package.json for common tasks #272

Open
4 tasks
jenweber opened this issue Dec 5, 2022 · 2 comments
Open
4 tasks

Epic - Document using scripts in package.json for common tasks #272

jenweber opened this issue Dec 5, 2022 · 2 comments

Comments

@jenweber
Copy link
Contributor

jenweber commented Dec 5, 2022

This issue tracks the work to document RFC 831, Standardize use of package.json scripts

To do:

  • Update language in ember-cli readme
  • Update language in ember-cli instructions
  • Update commands in the quickstart of this guide
  • Update commands throughout the Ember Guides
@Shivareddy-Aluri
Copy link

Shivareddy-Aluri commented Feb 11, 2023

@jenweber i can work on this. so we should encourage ppl to have the ember cli commands like ember serve and ember test / ember exam inside the scripts in package.json and use it ?

@jenweber
Copy link
Contributor Author

Hello! If you can help line up these changes, that would be great! However your PRs would not be able to be merged until after emberjs/rfcs#831 is merged.

What we want to encourage is for people to use npm serve or yarn serve instead of ember serve. The scripts are already part of the blueprints in package.json (the files someone see when they create a new app).

Let me know if you have any other questions! Thanks for coming by to help!

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

No branches or pull requests

2 participants