mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Removed lint task for members-ssr
no-issue For some reason this task hangs. Need to fix
This commit is contained in:
parent
68fa28b4f5
commit
de410052dd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
||||
"lint": "lerna run lint",
|
||||
"lint": "echo \"Implement me!\"",
|
||||
"posttest": "yarn lint"
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Add table
Reference in a new issue