|
34 | 34 | }, |
35 | 35 | "scripts": { |
36 | 36 | "build": "node scripts/build.mjs", |
37 | | - "build:fast": "pnpm run build", |
38 | | - "build:ink": "node scripts/build.mjs --ink-only", |
39 | | - "build:sea": "node scripts/build-sea.mjs", |
40 | | - "build:sea:stub": "rollup -c .config/rollup.sea.config.mjs", |
41 | 37 | "publish:sea": "node scripts/publish-sea.mjs", |
42 | | - "publish:sea:github": "node scripts/publish-sea.mjs --skip-npm", |
43 | | - "publish:sea:npm": "node scripts/publish-sea.mjs --skip-github", |
44 | | - "build:pkg": "MINIFY=1 pnpm run build:dist:src && pkg .", |
45 | | - "build:pkg:one": "MINIFY=1 pnpm run build:dist:src && pkg . --targets", |
46 | | - "build:yao-pkg": "pnpm run build:dist:src && pnpm exec pkg .", |
47 | | - "build:yao-pkg:node": "node scripts/build-yao-pkg-node.mjs", |
48 | | - "build:yao-pkg:check-deps": "node scripts/check-build-deps.mjs", |
49 | 38 | "check": "node scripts/check.mjs", |
50 | 39 | "check:lint": "node scripts/lint-affected.mjs --all", |
51 | 40 | "check:tsc": "tsgo --noEmit", |
|
54 | 43 | "lint-ci": "pnpm run check:lint", |
55 | 44 | "type-ci": "pnpm run check:tsc", |
56 | 45 | "coverage": "node scripts/coverage.mjs", |
57 | | - "coverage:test": "node scripts/coverage.mjs --code-only", |
58 | | - "coverage:percent": "node scripts/coverage.mjs --percent", |
59 | | - "coverage:type": "type-coverage", |
60 | | - "coverage:type:verbose": "type-coverage --detail", |
61 | 46 | "clean": "node scripts/clean.mjs", |
62 | 47 | "fix": "node scripts/lint.mjs --fix", |
63 | | - "knip:dependencies": "knip --config .config/knip.json --dependencies", |
64 | | - "knip:exports": "knip --config .config/knip.json --include exports,duplicates", |
65 | 48 | "lint-staged": "lint-staged", |
66 | 49 | "precommit": "lint-staged", |
67 | 50 | "prepare": "husky", |
|
0 commit comments