mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Removed members-api posttest linting step
- we don't need to run linting after testing, as this is done separately and upon a `git push` anyway
This commit is contained in:
parent
9ec83a6e21
commit
d5874e29a3
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@
|
|||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha --reporter dot './test/**/*.test.js'",
|
||||
"lint": "eslint '**/*.js'",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint '**/*.js'"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
Loading…
Add table
Reference in a new issue