|
41 | 41 | "g:typecheck": "turbo --filter \"./packages/**\" typecheck", |
42 | 42 | "g:typecheck:all": "turbo typecheck", |
43 | 43 | "gen:package": "yarn plop --plopfile tooling/scripts/plop/plopfile.cjs package", |
44 | | - "postinstall": "bunx @udecode/ruler@latest apply && patch-package --patch-dir tooling/patches", |
| 44 | + "postinstall": "bunx skiller@latest apply && patch-package --patch-dir tooling/patches", |
45 | 45 | "lint": "biome check . && eslint", |
46 | 46 | "lint:fix": "biome check . --fix", |
47 | 47 | "nuke:node_modules": "rimraf '**/node_modules'", |
|
59 | 59 | "rd": "yarn workspace www rd", |
60 | 60 | "release": "yarn build && yarn changeset publish", |
61 | 61 | "shadcn:build": "yarn workspace www shadcn:build", |
| 62 | + "templates:ai": "./tooling/scripts/update-template.sh ai", |
| 63 | + "templates:basic": "./tooling/scripts/update-template.sh basic", |
62 | 64 | "templates:check": "cd templates/plate-template && bun lint && bun typecheck && cd ../plate-playground-template && bun lint && bun typecheck", |
63 | 65 | "templates:push": "./tooling/scripts/push-template.sh \"templates/*\"", |
64 | | - "templates:basic": "./tooling/scripts/update-template.sh basic", |
65 | | - "templates:ai": "./tooling/scripts/update-template.sh ai", |
66 | | - "templates:update": "yarn templates:update:basic && yarn templates:update:ai", |
67 | 66 | "templates:test": "cd templates/plate-template && npx shadcn@latest add http://localhost:3000/rd/editor-ai -o && bun lint && bun typecheck", |
| 67 | + "templates:update": "yarn templates:update:basic && yarn templates:update:ai", |
68 | 68 | "test": "bun test", |
69 | 69 | "test:coverage": "bun test --coverage", |
70 | 70 | "test:watch": "bun test --watch", |
|
0 commit comments