|
16 | 16 | "homepage": "https://github.com/Sofie-Automation/sofie-core/blob/main/packages/blueprints-integration#readme", |
17 | 17 | "scripts": { |
18 | 18 | "prepare": "yarn build", |
19 | | - "build": "run -T rimraf dist && run build:main", |
20 | | - "build:main": "run -T tsc -p tsconfig.build.json", |
21 | | - "lint:raw": "run -T eslint", |
22 | | - "lint": "run lint:raw .", |
23 | | - "unit": "run -T jest", |
24 | | - "test": "run lint && run unit", |
25 | | - "watch": "run -T jest --watch", |
26 | | - "cov": "run -T jest --coverage; open-cli coverage/lcov-report/index.html", |
| 19 | + "build": "rimraf dist && yarn build:main", |
| 20 | + "build:main": "tsc -p tsconfig.build.json", |
| 21 | + "lint:raw": "eslint", |
| 22 | + "lint": "yarn lint:raw .", |
| 23 | + "unit": "jest", |
| 24 | + "test": "yarn lint && yarn unit", |
| 25 | + "watch": "jest --watch", |
| 26 | + "cov": "jest --coverage; open-cli coverage/lcov-report/index.html", |
27 | 27 | "cov-open": "open-cli coverage/lcov-report/index.html", |
28 | | - "validate:dependencies": "yarn npm audit --environment production && run license-validate", |
| 28 | + "validate:dependencies": "yarn npm audit --environment production && yarn license-validate", |
29 | 29 | "validate:dev-dependencies": "yarn npm audit --environment development", |
30 | | - "license-validate": "run -T sofie-licensecheck" |
| 30 | + "license-validate": "sofie-licensecheck" |
31 | 31 | }, |
32 | 32 | "engines": { |
33 | 33 | "node": ">=22.20.0" |
|
0 commit comments