Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 258 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 258 Bytes

How To Contribute

Installation

  • git clone https://github.com/kpfefferle/ember-cli-deploy-cloudfront.git
  • cd ember-cli-deploy-cloudfront
  • yarn install

Linting

  • yarn run lint:js
  • yarn run lint:js:fix

Running tests

  • yarn test