mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Added yarn lint
to scripts (#9558)
no issue - added `yarn lint` to scripts in `package.json`, which runs the existing `grunt lint` task
This commit is contained in:
parent
aecca28257
commit
87501fd41f
@ -21,7 +21,8 @@
|
||||
"start": "node index",
|
||||
"dev": "DEBUG=ghost:* grunt dev",
|
||||
"test": "grunt validate --verbose",
|
||||
"setup": "yarn install && knex-migrator init && grunt symlink && grunt init || true"
|
||||
"setup": "yarn install && knex-migrator init && grunt symlink && grunt init || true",
|
||||
"lint": "grunt lint"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^4.5.0 || ^6.9.0 || ^8.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user