Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 279 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 279 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-template-imports
  • pnpm install

Building

  • pnpm build

Linting

  • pnpm lint:hbs
  • pnpm lint:js
  • pnpm lint:js -- --fix

Running tests

  • pnpm test:ember – Runs ember tests