Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 344 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 344 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd my-addon
  • npm install

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

#!/bin/bash
set -a
source scripts/tests/-local-dev.sh 
./scripts/tests/test-app-blueprint.sh
./scripts/tests/test-addon-blueprint.sh