Skip to content

Commit

Permalink
fix: update ci for storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 12, 2023
1 parent 2c875c8 commit 6e4d9dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/format.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ lerna-debug.log
Thumbs.db
# Local Netlify folder
.netlify
storybook-static
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# repository root netlify.toml
[build]
base = "/"
publish = "packages/playground-next/dist/public"
command = "pnpm --filter=@codeui/vanilla-extract build && pnpm --filter=@codeui/playground-next build"
publish = "packages/storybook/storybook-static"
command = "pnpm --filter=@codeui/storybook-playground build-storybook"
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "storybook",
"name": "@codeui/storybook-playground",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down

0 comments on commit 6e4d9dc

Please sign in to comment.