Unified some package scripts

- reworked lint script to follow the format of others
- deleted posttest linting from members-ssr
This commit is contained in:
Daniel Lockyer 2022-07-21 09:51:16 +02:00
parent 5940fa630b
commit 03cb00e7fb
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD
2 changed files with 2 additions and 3 deletions

View File

@ -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",

View File

@ -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",