Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 679 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 679 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-cli-deploy-brotli
  • yarn install

Linting

  • yarn lint:js
  • yarn lint:js --fix

Running tests

  • yarn test

Why ember build and ember test don't work

Since this is a node-only ember-cli addon, this package does not include many files and dependencies which are part of ember-cli's typical ember build and ember test processes.