|
2 | 2 | "name": "@rollup/plugins",
|
3 | 3 | "private": true,
|
4 | 4 | "scripts": {
|
5 |
| - "ci:coverage": "node scripts/run-changed.js ci:coverage", |
6 | 5 | "ci:coverage:submit": "node scripts/codecov",
|
7 |
| - "ci:lint": "node scripts/run-changed.js ci:lint", |
8 |
| - "ci:test": "node scripts/run-changed.js ci:test", |
9 |
| - "lint": "pnpm run lint:docs && npm run lint:json && pnpm run lint:package && node scripts/run-changed.js lint", |
10 |
| - "lint:docs": "prettier --single-quote --arrow-parens avoid --trailing-comma none --write README.md", |
11 |
| - "lint:js": "eslint scripts util", |
12 |
| - "lint:json": "prettier --write tsconfig.*.json codecov.yml pnpm-workspace.yaml", |
13 |
| - "lint:package": "prettier --write package.json --plugin=prettier-plugin-package", |
| 6 | + "lint": "pnpm lint:docs && pnpm --no-bail lint:json && pnpm lint:package && pnpm lint:js", |
| 7 | + "lint:docs": "prettier --single-quote --arrow-parens avoid --trailing-comma none --write **/README.md", |
| 8 | + "lint:js": "eslint --cache packages scripts shared util --ext .js,.ts", |
| 9 | + "lint:json": "prettier --write **/tsconfig*.json **/*.{yml,yaml}", |
| 10 | + "lint:package": "prettier --write **/package.json --plugin=prettier-plugin-package", |
14 | 11 | "preinstall": "node scripts/disallow-npm.js",
|
15 | 12 | "pub": "node scripts/pub.js",
|
16 | 13 | "publish": "node scripts/publish.js",
|
17 |
| - "security": "pnpm audit --audit-level=moderate", |
18 |
| - "test": "node scripts/run-changed.js test", |
19 |
| - "test:ts": "node scripts/run-changed.js test:ts" |
| 14 | + "security": "pnpm audit --audit-level=moderate" |
20 | 15 | },
|
21 | 16 | "dependencies": {
|
22 | 17 | "conventional-commits-parser": "^3.1.0",
|
|
0 commit comments