|
28 | 28 | "build:test:jest": "tsc --project ./src/test/jest/tsconfig.json",
|
29 | 29 | "build:test:mocha": "tsc --project ./src/test/mocha/tsconfig.json",
|
30 | 30 | "build:test:types": "tsc --project ./src/test/types/tsconfig.json",
|
31 |
| - "ci:build": "npm run build:compile", |
32 | 31 | "ci:build:docs": "api-extractor run --typescript-compiler-folder ./node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
|
33 |
| - "ci:test": "npm run test:report", |
34 |
| - "ci:test:coverage": "npm run test:coverage", |
35 | 32 | "clean": "rimraf --glob _api-extractor-temp dist lib *.tsbuildinfo *.build.log",
|
36 | 33 | "eslint": "eslint --format stylish src",
|
37 | 34 | "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
41 | 38 | "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
|
42 | 39 | "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
43 | 40 | "test": "npm run test:mocha && npm run test:jest",
|
44 |
| - "test:coverage": "npm run test:report", |
45 | 41 | "test:jest": "jest",
|
46 |
| - "test:jest:report": "npm run test:jest -- --ci --coverage --reporters=default --reporters=jest-junit", |
47 | 42 | "test:mocha": "mocha --recursive dist/test/mocha/**/*.spec.js --exit --project test/tsconfig.json",
|
48 |
| - "test:report": "nyc npm run test:mocha && npm run test:jest:report", |
49 | 43 | "tsc": "tsc",
|
50 | 44 | "typetests:gen": "fluid-type-test-generator",
|
51 | 45 | "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
0 commit comments