|
19 | 19 | "exports": "./dist/deploy/index.js", |
20 | 20 | "scripts": { |
21 | 21 | "act:d": "act -j delete --secret-file .env", |
22 | | - "all": "pnpm run knip && pnpm run codegen && pnpm run codegen:events && pnpm run tsc:ls && pnpm run format && pnpm run lint:ls && pnpm run test && pnpm run build", |
| 22 | + "all": "pnpm run knip && pnpm run codegen && pnpm run codegen:events && pnpm run tsc:check && pnpm run format && pnpm run lint && pnpm run test && pnpm run build", |
23 | 23 | "build": "rm -rf ./dist/* && node ./esbuild.config.js", |
24 | 24 | "changeset": "changeset", |
25 | 25 | "codegen": "graphql-codegen-esm --config graphql.config.ts", |
26 | 26 | "codegen:events": "tsx bin/codegen/index.ts", |
27 | 27 | "codegen:watch": "pnpm run codegen --watch", |
28 | 28 | "deployments:delete": "tsx bin/deployments/index.ts", |
29 | 29 | "download": "tsx bin/download/index.ts", |
30 | | - "format": "prettier --write .", |
31 | | - "format:check": "prettier --check .", |
32 | | - "knip": "knip", |
33 | | - "lint": "eslint .", |
| 30 | + "format": "prettier --write . --cache --cache-location '.cache/prettier/'", |
| 31 | + "format:check": "pnpm run format --check", |
| 32 | + "knip": "knip --cache --cache-location '.cache/knip'", |
| 33 | + "lint": "eslint --cache --cache-location '.cache/eslint/' .", |
34 | 34 | "lint:debug": "pnpm run lint --debug", |
35 | 35 | "lint:fix": "pnpm run lint --fix", |
36 | | - "lint:ls": "DEBUG=eslint:cli-engine pnpm run lint", |
| 36 | + "lint:ls": "DEBUG=eslint:eslint pnpm run lint", |
37 | 37 | "release": "pnpm run all && changeset publish", |
38 | 38 | "start": "node -r dotenv/config ./dist/index.js", |
39 | 39 | "test": "vitest run", |
|
89 | 89 | "peerDependencies": { |
90 | 90 | "wrangler": "^4.13.2" |
91 | 91 | }, |
92 | | - "packageManager": "pnpm@10.11.0", |
| 92 | + "packageManager": "pnpm@10.12.4", |
93 | 93 | "engines": { |
94 | | - "node": "^20.11.0", |
95 | | - "pnpm": "^10.2.1" |
| 94 | + "node": "^20.19.2", |
| 95 | + "pnpm": "^10.12.4" |
96 | 96 | }, |
97 | 97 | "pnpm": { |
98 | 98 | "peerDependencyRules": { |
|
0 commit comments