Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 676 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 676 Bytes

How To Contribute

Linting

  • yarn run lint
  • yarn run lint:fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://cli.emberjs.com/release/.

Releasing a new npm version of the package

Follow the instructions for Changesets in the root README.