Add js format check to CI
This commit is contained in:
parent
41d88f8baf
commit
04b1f50a2f
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue