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:
Daniel Lockyer 2022-07-21 09:30:07 +02:00
parent 9ec83a6e21
commit d5874e29a3
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

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