Skip to content

Commit 31d9239

Browse files
committed
chore: update changesets and adjust linting command spacing
1 parent 1e98ef2 commit 31d9239

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/purple-games-sleep.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vue3-apollo/docs": patch
3+
---
4+
5+
docs: add guide for advanced Nuxt Apollo integration

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dev:docs": "pnpm --filter @vue3-apollo/docs run dev",
1515
"dev:nuxt": "pnpm --filter @vue3-apollo/nuxt run dev",
1616
"dev:web": "pnpm --filter @vue3-apollo/web run dev",
17-
"lint": "eslint .",
17+
"lint": "eslint .",
1818
"lint:fix": "eslint . --fix",
1919
"release": "pnpm build && changeset publish",
2020
"typecheck": "pnpm run typecheck:core && pnpm run typecheck:nuxt && pnpm run typecheck:web",

0 commit comments

Comments
 (0)