Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 812 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (23 loc) · 812 Bytes

How To Contribute

Installation

  • git clone <repository-url> this repository
  • cd ember-i18n-changeset-validations
  • yarn

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Running

Running Tests

  • yarn test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test Runs the test suite on the current Ember version
  • ember test --server Runs the test suite in "watch mode"

Building

  • ember build

Running the dummy application

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