separate lint job for fasterness
This commit is contained in:
Родитель
da7640e8ef
Коммит
f1b552524a
|
@ -6,6 +6,12 @@ addons:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- name: "lint"
|
||||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
||||
- "lts/*"
|
||||
script: "npm-run-all lint:*"
|
||||
- name: "tests"
|
||||
language: node_js
|
||||
node_js:
|
||||
|
|
|
@ -107,7 +107,6 @@
|
|||
"lint:js": "eslint .",
|
||||
"lint:css": "stylelint --fix 'public/css/**/*.css'",
|
||||
"lint:audit": "npm audit",
|
||||
"pretest": "npm run lint",
|
||||
"get-hashsets": "node scripts/get-hashsets",
|
||||
"server": "NODE_ICU_DATA=./node_modules/full-icu nodemon server.js",
|
||||
"start": "run-p build:all watch:all server",
|
||||
|
|
Загрузка…
Ссылка в новой задаче