Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 817 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 817 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd glimmer-scoped-css
  • pnpm install

Linting

  • pnpm lint
  • pnpm lint:fix

Building the addon

  • cd glimmer-scoped-css
  • pnpm build

Running tests

  • cd test-app
  • pnpm test – Runs the test suite on the current Ember version

Running the test application

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

Iterating in development

Caching can cause confusion while developing. When iterating on the AST transform, you will need to restart test-app to see changes. You also may need to change template files to trigger a rebuild.