File tree Expand file tree Collapse file tree 4 files changed +7
-16
lines changed
plate-playground-template Expand file tree Collapse file tree 4 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 5959 "rd" : " yarn workspace www rd" ,
6060 "release" : " yarn build && yarn changeset publish" ,
6161 "shadcn:build" : " yarn workspace www shadcn:build" ,
62+ "templates:check" : " cd templates/plate-template && bun lint && bun typecheck && cd templates/plate-playground-template && bun lint && bun typecheck" ,
6263 "templates:push" : " ./tooling/scripts/push-templates.sh \" templates/*\" " ,
6364 "templates:basic" : " ./tooling/scripts/update-template.sh basic" ,
6465 "templates:ai" : " ./tooling/scripts/update-template.sh ai" ,
6566 "templates:update" : " yarn templates:update:basic && yarn templates:update:ai" ,
66- "templates:test" : " cd templates/plate-template && npx shadcn@latest add http://localhost:3000/rd/editor-ai -o && pnpm lint && pnpm typecheck" ,
67+ "templates:test" : " cd templates/plate-template && npx shadcn@latest add http://localhost:3000/rd/editor-ai -o && bun lint && bun typecheck" ,
6768 "test" : " bun test" ,
6869 "test:coverage" : " bun test --coverage" ,
6970 "test:watch" : " bun test --watch" ,
Original file line number Diff line number Diff line change 11# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22
3+ .vscode /*
4+ ! .vscode /settings.json
5+
36# dependencies
47/node_modules
58/.pnp
Original file line number Diff line number Diff line change 11# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22
3- # Allow claude to read these files
4- ! . *
3+ .vscode / *
4+ ! .vscode / settings.json
55
66# dependencies
77/node_modules
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments