Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 836 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (23 loc) · 836 Bytes

How To Contribute

This repo is divided into multiple packages using Yarn workspaces:

  • ember-async-data is the actual ember-async-data addon
  • test-app is its test suite

Installation

  • git clone https://github.com/chriskrycho/ember-async-data.git
  • cd ember-async-data
  • yarn install

Linting

  • yarn lint
  • yarn lint:fix

Building the addon

  • cd ember-async-data
  • yarn build

Running tests

  • cd test-app
  • yarn test – Runs the test suite on the current Ember version
  • yarn test:watch – Runs the test suite in "watch mode"

Running the test application

For more information on using ember-cli, visit https://cli.emberjs.com/release/.