mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 11:55:01 +03:00
Unified some package scripts
- reworked lint script to follow the format of others - deleted posttest linting from members-ssr
This commit is contained in:
parent
5940fa630b
commit
03cb00e7fb
@ -9,7 +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'"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
@ -9,8 +9,7 @@
|
||||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint '**/*.js'",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user