ember-power-select

v8.0.1
The extensible select component built for ember
ember-addon

lint

concurrently 'npm:lint:*(!fix)' --names 'lint:'

test

echo 'A v2 addon does not have tests, run tests in test-app'

build

concurrently 'npm:build:*'

start

concurrently 'npm:start:*'

lint:js

eslint . --cache

prepack

pnpm run build

prepare

pnpm run build

build:js

rollup --config

lint:fix

concurrently 'npm:lint:*:fix' --names 'fix:'

lint:hbs

ember-template-lint . --no-error-on-unmatched-pattern

start:js

rollup --config --watch --no-watch.clearScreen

lint:types

glint

build:types

glint --declaration

lint:js:fix

eslint . --fix

start:types

glint --declaration --watch

lint:hbs:fix

ember-template-lint . --fix --no-error-on-unmatched-pattern

Metadata

  • MIT
  • Whatever
  • Miguel Camba
  • released 3/12/2024

Downloads