mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Added yarn lint
to Admin
refs https://github.com/TryGhost/Toolbox/issues/365 - without this, `yarn lint` from the monorepo will fail because there is no script in this directory
This commit is contained in:
parent
b12b1c9290
commit
425473ff88
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
||||||
"build": "ember build",
|
"build": "ember build",
|
||||||
"test": "ember exam --split 2 --parallel",
|
"test": "ember exam --split 2 --parallel",
|
||||||
"lint:js": "eslint .",
|
"lint:js": "eslint .",
|
||||||
"lint:hbs": "ember-template-lint ."
|
"lint:hbs": "ember-template-lint .",
|
||||||
|
"lint": "yarn lint:js && yarn lint:hbs"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^14.17.0 || ^16.13.0"
|
"node": "^14.17.0 || ^16.13.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue