Skip to content

Commit

Permalink
Merge pull request #26663 from storybookjs/kasper/fix-nx
Browse files Browse the repository at this point in the history
Build: Fix nx affected, use the official orb
  • Loading branch information
kasperpeulen authored Mar 27, 2024
2 parents a832ca7 + e19d98d commit 72d3370
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ orbs:
browser-tools: circleci/[email protected]
discord: antonioned/[email protected]
codecov: codecov/[email protected]
nx: nrwl/[email protected]

commands:
cancel-workflow-on-failure:
Expand Down Expand Up @@ -190,6 +191,9 @@ jobs:
clone_options: "--depth 1 --verbose"
- attach_workspace:
at: .
- nx/set-shas:
main-branch-name: "next"
workflow-name: << pipeline.parameters.workflow >>
- run:
name: Check
command: |
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@storybook/root",
"type": "module",
"scripts": {
"i": "yarn --cwd scripts && yarn --cwd code",
"ci-tests": "cd code; yarn ci-tests",
Expand Down

0 comments on commit 72d3370

Please sign in to comment.