Removed posttest linting step
- linting is done as a separate step in CI and it's a git hook upon pushing locally, so we don't need to run it after tests
This commit is contained in:
parent
03cb00e7fb
commit
48fd5ca8cb
@ -9,8 +9,7 @@
|
||||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
@ -10,8 +10,7 @@
|
||||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 --check-coverage mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 --check-coverage mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
@ -9,8 +9,7 @@
|
||||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --check-coverage mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"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 . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
@ -9,8 +9,7 @@
|
||||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user