0
Fork 0
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:
Fabien O'Carroll 2019-04-12 12:55:44 +02:00
parent 68fa28b4f5
commit de410052dd

View file

@ -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": [