ember-gridstack

v3.2.1
Ember Gridstack
ember-addon gridstack

lint

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

test

concurrently "npm:lint" "npm:test:*" --names "lint,test:"

build

ember build --environment=production

start

ember serve

lint:js

eslint . --cache

lint:css

stylelint "**/*.css" --allow-empty-input

lint:fix

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

lint:hbs

ember-template-lint .

test:ember

ember test

lint:js:fix

eslint . --fix

lint:css:fix

concurrently "npm:lint:css -- --fix"

lint:hbs:fix

ember-template-lint . --fix

semantic-release

semantic-release

test:ember-compatibility

ember try:each

Metadata

Downloads