|
32 | 32 | "build": "tsc && vite build", |
33 | 33 | "example": "vite build && ./node_modules/.bin/prettier --plugin . --write examples/example.gjs", |
34 | 34 | "example-ts": "vite build && ./node_modules/.bin/prettier --plugin . --write examples/example.gts", |
35 | | - "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"", |
36 | | - "lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix", |
| 35 | + "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"", |
| 36 | + "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"", |
37 | 37 | "lint:eslint": "eslint . --cache", |
38 | 38 | "lint:eslint:fix": "eslint . --fix", |
39 | 39 | "lint:prettier": "prettier --check .", |
|
61 | 61 | "@typescript-eslint/eslint-plugin": "^5.50.0", |
62 | 62 | "@typescript-eslint/parser": "^5.50.0", |
63 | 63 | "@vitest/ui": "^0.28.3", |
| 64 | + "concurrently": "^7.6.0", |
64 | 65 | "eslint": "^8.33.0", |
65 | 66 | "eslint-config-prettier": "^8.6.0", |
66 | 67 | "eslint-import-resolver-typescript": "^3.5.3", |
|
69 | 70 | "eslint-plugin-jsdoc": "^39.7.5", |
70 | 71 | "eslint-plugin-unicorn": "^45.0.2", |
71 | 72 | "eslint-plugin-vitest": "^0.0.32", |
72 | | - "npm-run-all": "^4.1.5", |
73 | 73 | "prettier-plugin-jsdoc": "^0.4.2", |
74 | 74 | "release-it": "^15.6.0", |
75 | 75 | "typescript": "^4.9.5", |
|
0 commit comments