git clone <repository-url>
cd ember-cli-deploy-brotli
yarn install
yarn lint:js
yarn lint:js --fix
yarn test
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.