Skip to content

Commit

Permalink
Workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Sep 23, 2022
1 parent 180f32d commit 65707dd
Show file tree
Hide file tree
Showing 4 changed files with 16,635 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
matrix:
node-version: [16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
framework: [lit-ts, preact, react, react-18, react-ts, svelte, vue]
framework: [lit-ts, preact, react, react-18, react-ts, svelte, vue, workspaces]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion examples/workspaces/packages/catalog/.storybook/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
{ directory: '../../app/stories', files: '*.stories.mdx' },
{ directory: '../../app/stories', files: '*.stories.jsx', titlePrefix: 'Example' },
],
addons: ['@storybook/addon-a11y', '@storybook/addon-links', '@storybook/addon-essentials'],
addons: ['@storybook/addon-a11y', '@storybook/addon-essentials'],
core: {
builder: '@storybook/builder-vite',
// we don't want to muck up the data when we're working on the builder
Expand Down
3 changes: 1 addition & 2 deletions examples/workspaces/packages/catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
},
"devDependencies": {
"@storybook/addon-a11y": "^6.5.9",
"@storybook/addon-docs": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/builder-vite": "workspace:*",
"@storybook/builder-vite": "portal:../../../../packages/builder-vite",
"@storybook/react": "^6.5.9",
"vite": "^3.1.0-beta.1"
}
Expand Down
Loading

0 comments on commit 65707dd

Please sign in to comment.