Skip to content

Commit

Permalink
ci: ignore other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Oct 31, 2024
1 parent 1dabf35 commit 4c03b4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["playground", "docs"]
}
2 changes: 2 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "docs",
"version": "0.0.0",
"private": true,
"description": "Docs for TRPC-Nuxt",
"scripts": {
"dev": "nuxi dev",
Expand Down
1 change: 1 addition & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "playground",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "nuxi build",
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
packages:
- .
- playground
- docs

0 comments on commit 4c03b4c

Please sign in to comment.