Skip to content

Commit

Permalink
chore: fix deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemhiller committed Sep 15, 2023
1 parent f1dc116 commit 2c72778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
- *restore_node_modules
- *restore_nx_cache
- *restore_webpack_cache
- *build_all_packages
- run:
name: build storybook
command: yarn build-storybook
Expand All @@ -185,6 +186,7 @@ jobs:
- *restore_node_modules
- *restore_nx_cache
- *restore_webpack_cache
- *build_all_packages
- run:
name: build storybook
command: yarn build-storybook
Expand Down
1 change: 0 additions & 1 deletion packages/styleguide/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build-storybook": {
"outputs": ["{projectRoot}/dist"],
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
"cwd": "packages/styleguide",
"commands": [
Expand Down

0 comments on commit 2c72778

Please sign in to comment.