|
86 | 86 | "typescript": "catalog:" |
87 | 87 | }, |
88 | 88 | "scripts": { |
89 | | - "codegen": "deno task -f @fedify/fedify codegen", |
90 | | - "build": "pnpm run codegen && pnpm run --filter fedify build && pnpm run --filter relay build && pnpm run --filter sqlite build && tsdown", |
91 | | - "prepack": "pnpm run build", |
92 | | - "prepublish": "pnpm run build", |
| 89 | + "build:self": "tsdown", |
| 90 | + "build": "pnpm --filter @fedify/cli... run build:self", |
| 91 | + "prepack": "pnpm build", |
| 92 | + "prepublish": "pnpm build", |
93 | 93 | "test": "pnpm build && node --test --experimental-transform-types 'src/**/*.test.ts' '!src/init/test/**'", |
94 | 94 | "test-init": "deno task test-init", |
95 | | - "test:bun": "tsdown && bun test", |
96 | | - "run": "tsdown && node dist/mod.js", |
| 95 | + "test:bun": "pnpm build && bun test", |
| 96 | + "run": "pnpm build && node dist/mod.js", |
97 | 97 | "runi": "tsdown && node dist/mod.js", |
98 | | - "run:bun": "tsdown && bun dist/mod.js", |
| 98 | + "run:bun": "pnpm build && bun dist/mod.js", |
99 | 99 | "runi:bun": "tsdown && bun dist/mod.js" |
100 | 100 | } |
101 | 101 | } |
0 commit comments