Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 706 Bytes

File metadata and controls

32 lines (21 loc) · 706 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-provide-consume-context
  • Use Node.js 26 or newer
  • pnpm install

Linting

  • pnpm lint
  • pnpm lint:fix

Building the addon

  • cd ember-provide-consume-context
  • pnpm build

Running tests

  • cd test-app
  • pnpm test – Runs the test suite on the current Ember version
  • pnpm test:ember -- --server – Runs the Ember tests in watch mode

Running the test application

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