|
22 | 22 | }, |
23 | 23 | "type": "module", |
24 | 24 | "scripts": { |
25 | | - "build": "echo build ...", |
| 25 | + "build": "pnpm -r build", |
| 26 | + "build:docs": "pnpm -r build:docs", |
26 | 27 | "changelog": "pnpx gh-changelogen --repo=intlify/srvmid", |
27 | 28 | "clean": "git clean -df", |
28 | 29 | "dev": "pnpx @eslint/config-inspector --config eslint.config.ts", |
|
34 | 35 | "fix:prettier": "prettier . --write --experimental-cli", |
35 | 36 | "lint": "pnpm run --color \"/^lint:/\"", |
36 | 37 | "lint:eslint": "eslint . --cache", |
37 | | - "lint:jsr": "pnpm -r --if-present lint:jsr", |
38 | 38 | "lint:knip": "knip", |
39 | 39 | "lint:prettier": "prettier . --check --experimental-cli", |
40 | | - "lint:typecheck": "pnpm run --color \"/^typecheck:/\"", |
41 | 40 | "prepare": "git config --local core.hooksPath .githooks", |
42 | | - "release": "bumpp \"package.json\" \"packages/**/package.json\" \"packages/**/jsr.json\" --commit \"release: v\" --all --push --tag", |
43 | | - "test": "echo test ...", |
44 | | - "typecheck:deno": "pnpm -r --if-present typecheck:deno", |
45 | | - "typecheck:tsc": "tsgo --noEmit --diagnostics" |
| 41 | + "release": "bumpp \"package.json\" \"packages/**/package.json\" --commit \"release: v\" --all --push --tag", |
| 42 | + "test": "vitest run --typecheck", |
| 43 | + "typecheck": "tsgo --noEmit --diagnostics" |
46 | 44 | }, |
47 | 45 | "devDependencies": { |
48 | 46 | "@eslint/compat": "^1.4.1", |
|
70 | 68 | "knip": "^5.69.1", |
71 | 69 | "lint-staged": "^16.2.6", |
72 | 70 | "prettier": "^3.6.2", |
73 | | - "tsx": "^4.20.6", |
74 | 71 | "typescript": "^5.9.3", |
75 | 72 | "typescript-eslint": "^8.46.4", |
76 | 73 | "vitest": "^3.2.4" |
|
0 commit comments