Skip to content

Commit 59610d8

Browse files
committed
fix
1 parent bc6115a commit 59610d8

File tree

4 files changed

+7
-16
lines changed

4 files changed

+7
-16
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@
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",

templates/plate-playground-template/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

templates/plate-template/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

templates/plate-template/.vscode/mcp.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)