junderw
6 years ago
No known key found for this signature in database
GPG Key ID: B256185D3A971908
1 changed files with
1 additions and
1 deletions
-
package.json
|
|
@ -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", |
|
|
|