Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 585 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-engines
  • yarn install

Linting

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

Running tests

  • yarn test – Runs all tests inside ember-engines workspace
  • yarn try <scenario> – Runs the test suite against one specific scenario

Running the dummy application

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