Skip to content

Commit

Permalink
chore(CI): make sure that Storybook will always be built
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed May 15, 2024
1 parent 113bf77 commit 041924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
command: npx nx affected -t e2e --exclude='*,!tag:core' --parallel=3 --base=$NX_BASE --head=$NX_HEAD --ci --code-coverage --runInBand
- run:
name: 📚 Build Storybook
command: npx nx affected -t storybook-build --exclude='*,!tag:core' --parallel=3 --base=$NX_BASE --head=$NX_HEAD
command: npx nx run beeq:storybook-build --output-style=stream-without-prefixes
- run:
name: ⏹️ Stop Nx Cloud Agents
command: npx nx-cloud stop-all-agents
Expand Down

0 comments on commit 041924f

Please sign in to comment.