separate lint job for fasterness

This commit is contained in:
Luke Crouch 2019-02-05 06:57:20 -06:00
Родитель da7640e8ef
Коммит f1b552524a
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

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