Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 812 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 812 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-collapsible-panel
  • pnpm install

Linting

  • pnpm lint
  • pnpm lint:fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

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

Updating the documentation

The docs are simply this addon's dummy app. To deploy, run

git checkout master
ember github-pages:commit --message "Update gh-pages"