Skip to content

Commit

Permalink
Tweak design build order so styles are available to Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Jan 16, 2024
1 parent df26164 commit 15a3b0e
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 @@ -7,6 +7,7 @@
"license": "CC0",
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev",
"pages": "rm -rf node_modules && npm i -g pnpm turbo && pnpm i && pnpm build && ln -sf ./apps/spotlight/dist _site",
"test": "turbo run test",
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"main": "src/index.ts",
"scripts": {
"build": "run-p build:*",
"build": "run-p build:lib build:styles && pnpm build:storybook",
"build:lib": "vite build",
"build:storybook": "storybook build",
"build:styles": "gulp update",
Expand Down

0 comments on commit 15a3b0e

Please sign in to comment.