mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed lint task for members-ssr package
This commit is contained in:
parent
8ce18f2b4b
commit
766635ab85
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": "echo \"Implement me!\"",
|
||||
"lint": "eslint '**/*.js'",
|
||||
"posttest": "yarn lint"
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Add table
Reference in a new issue