mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
ui: match eslint script with ember-new-output
This commit is contained in:
@@ -10,9 +10,12 @@
|
||||
"scripts": {
|
||||
"build": "ember build --environment=production",
|
||||
"precommit": "lint-staged",
|
||||
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
|
||||
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel 'lint:!(fix)'",
|
||||
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
|
||||
"lint:hbs": "ember-template-lint .",
|
||||
"lint:js": "eslint .",
|
||||
"lint:hbs:fix": "ember-template-lint . --fix",
|
||||
"lint:js": "eslint . --cache",
|
||||
"lint:js:fix": "eslint . --fix",
|
||||
"start": "ember server",
|
||||
"build-storybook": "STORYBOOK=true ember build && build-storybook -s dist",
|
||||
"storybook": "STORYBOOK=true start-storybook -p 6006 -s dist",
|
||||
|
||||
Reference in New Issue
Block a user