Skip to content

Commit

Permalink
chore(setup): removed token build from docs:start
Browse files Browse the repository at this point in the history
  • Loading branch information
schaertim committed Sep 11, 2024
1 parent 9fbb62f commit b9f1095
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"demo:lint": "pnpm --filter design-system-demo lint",
"docs": "pnpm docs:start",
"docs:only": "pnpm --filter design-system-documentation start",
"docs:start": "pnpm --filter design-system-tokens build && pnpm --filter design-system-documentation... --parallel --stream start",
"docs:start": "pnpm --filter design-system-documentation... --parallel --stream start",
"docs:build": "pnpm --filter design-system-documentation build",
"docs:headless": "pnpm --filter design-system-documentation start:headless",
"docs:test": "pnpm --filter design-system-documentation test",
Expand Down
1 change: 0 additions & 1 deletion packages/styles/src/components/root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
:root {
@extend %color-background-light-variables;
}

0 comments on commit b9f1095

Please sign in to comment.