Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 823 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 823 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-phosphor-icons
  • pnpm install

Linting

  • pnpm lint
  • pnpm lint:fix

Building the addon

  • cd ember-phosphor-icons
  • pnpm build

Assembling the icons

This instruction will generate all component files, the index.ts, and the template registry.

  • cd ember-phosphor-icons
  • pnpm run assemble

Running tests

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