Add js format check to CI

This commit is contained in:
junderw 2019-05-21 15:23:18 +09:00
parent 41d88f8baf
commit 04b1f50a2f
No known key found for this signature in database
GPG key ID: B256185D3A971908

View file

@ -22,7 +22,7 @@
"coverage": "npm run build && npm run nobuild:coverage",
"format": "npm run prettier -- --write",
"formatjs": "npm run prettierjs -- --write > /dev/null 2>&1",
"format:ci": "npm run prettier -- --check",
"format:ci": "npm run prettier -- --check && npm run prettierjs -- --check",
"gitdiff:ci": "npm run build && git diff --exit-code",
"integration": "npm run build && npm run nobuild:integration",
"lint": "tslint -p tsconfig.json -c tslint.json",