Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jul 17, 2024
1 parent ea1d8e2 commit 07f0dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: npm ci

- name: Build packages
run: npm run build-ui-only
run: npm run build:ui

- name: Run Chromatic
uses: chromaui/action@latest
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "storybook-web",
"private": true,
"scripts": {
"build-frontpage": "turbo run build --filter=frontpage",
"build-ui-only": "turbo run build --filter=@repo/ui",
"build:frontpage": "turbo run build --filter=frontpage",
"build:ui": "turbo run build --filter=@repo/ui",
"dev": "turbo run dev",
"fetch-docs": "turbo run fetch-docs",
"lint": "turbo run lint",
Expand Down

0 comments on commit 07f0dca

Please sign in to comment.