Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 692 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 692 Bytes

How To Contribute

Installation

  • git clone git@github.com:adopted-ember-addons/ember-cli-flash.git
  • cd ember-cli-flash
  • pnpm install

Linting

  • pnpm lint
  • pnpm lint:fix

Running tests

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

Running the test application

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