Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 743 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 743 Bytes

How To Contribute

Installation

  • git clone https://github.com/alexlafroscia/ember-runtime-config.git
  • cd ember-runtime-config
  • pnpm install

Linting

  • pnpm run lint
  • pnpm run lint:fix

Building the addon

  • cd packages/ember-runtime-config
  • pnpm run build

Running tests

  • cd packages/test-app
  • pnpm run test – Runs the test suite on the current Ember version
  • pnpm run 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/.