|
23 | 23 | "coverage-html": "npm run build && npm run nobuild:coverage-html",
|
24 | 24 | "coverage": "npm run build && npm run nobuild:coverage",
|
25 | 25 | "format": "npm run prettier -- --write",
|
26 |
| - "formatjs": "npm run prettierjs -- --write > /dev/null 2>&1", |
| 26 | + "formatjs": "npm run prettierjs -- --write", |
27 | 27 | "format:ci": "npm run prettier -- --check && npm run prettierjs -- --check",
|
28 | 28 | "gitdiff:ci": "npm run build && git diff --exit-code",
|
29 | 29 | "integration": "npm run build && npm run nobuild:integration",
|
|
35 | 35 | "nobuild:coverage": "npm run build:tests && nyc --check-coverage --branches 90 --functions 90 --lines 90 mocha && npm run clean:jstests",
|
36 | 36 | "nobuild:integration": "npm run mocha:ts -- --timeout 50000 'test/integration/*.ts'",
|
37 | 37 | "nobuild:unit": "npm run mocha:ts -- 'test/*.ts'",
|
38 |
| - "prettier": "prettier 'ts_src/**/*.ts' 'test/**/*.ts' --ignore-path ./.prettierignore", |
39 |
| - "prettierjs": "prettier 'src/**/*.js' --ignore-path ./.prettierignore", |
| 38 | + "prettier": "prettier \"ts_src/**/*.ts\" \"test/**/*.ts\" --ignore-path ./.prettierignore", |
| 39 | + "prettierjs": "prettier \"src/**/*.js\" --ignore-path ./.prettierignore", |
40 | 40 | "test": "npm run build && npm run format:ci && npm run lint && npm run nobuild:coverage",
|
41 | 41 | "unit": "npm run build && npm run nobuild:unit"
|
42 | 42 | },
|
|
0 commit comments