Skip to content

Commit

Permalink
Merge branch 'main' into fix-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jul 12, 2024
2 parents b3d5023 + 3408f92 commit 981d2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"lint": "pnpm lint:eslint && pnpm lint:prettier",
"lint:eslint": "eslint --max-warnings=0 --report-unused-disable-directives .",
"lint:prettier": "prettier --check .",
"lint:fix": "pnpm lint:eslint --fix && pnpm lint:prettier --write",
"release": "pnpm jiti prepare-release.ts && pnpm publish --recursive && git push --follow-tags",
"prepare": "pnpm run --filter=./playground/** prepare",
"docs:dev": "pnpm run --filter=./docs/** dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon/src/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ setup(async (vueApp, storyContext) => {
}

// Provide the config of the Nuxt app
// @ts-expect-error: internal Nuxt propertyss
// @ts-expect-error: internal Nuxt property
window.__NUXT__ = {
serverRendered: false,
config: {
Expand Down

0 comments on commit 981d2fa

Please sign in to comment.