|
15 | 15 | "build": "yarn build:eslint && yarn scripts:build", |
16 | 16 | "build:eslint": "yarn workspace eslint-plugin-automation-custom build && yarn install", |
17 | 17 | "clean": "rm -rf **/dist **/build **/.build **/node_modules **/.gradle **/vendor **/bin **/obj **/__pycache__ || true", |
18 | | - "cli": "cd scripts && yarn build:cli && yarn start", |
| 18 | + "cli": "yarn workspace scripts start", |
19 | 19 | "docker:setup": "./scripts/docker/setup.sh", |
20 | 20 | "fix:json": "eslint --ext=json . --fix", |
21 | 21 | "fix:mustache": "eslint --ext=mustache templates/**/tests/ --fix", |
22 | 22 | "github-actions:lint": "eslint --ext=yml .github/", |
23 | | - "postinstall": "husky && yarn workspace eslint-plugin-automation-custom build && yarn workspace scripts build:cli", |
| 23 | + "postinstall": "husky && yarn workspace eslint-plugin-automation-custom build", |
24 | 24 | "playground:browser": "yarn workspace javascript-browser-playground start", |
25 | | - "scripts:build": "yarn workspace scripts build", |
| 25 | + "scripts:build": "yarn workspace scripts build:actions", |
26 | 26 | "scripts:lint": "yarn workspace scripts lint", |
27 | 27 | "scripts:test": "yarn workspace scripts test", |
28 | 28 | "specs:fix": "eslint --ext=yml $0 --fix", |
|
40 | 40 | "husky": "9.1.7", |
41 | 41 | "lint-staged": "15.3.0", |
42 | 42 | "oxlint": "0.11.1", |
43 | | - "pinst": "3.0.0", |
44 | 43 | "prettier": "3.4.2", |
45 | 44 | "prettier-plugin-java": "2.6.5", |
46 | 45 | "prettier-plugin-organize-imports": "4.1.0", |
|
0 commit comments