Skip to content

Commit

Permalink
chore(repo): diff project graph
Browse files Browse the repository at this point in the history
  • Loading branch information
lourw committed Jan 20, 2025
1 parent 4f258b4 commit 4b32b1c
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 @@ -114,7 +114,7 @@ jobs:
command: pnpm nx show projects
- run:
name: Diff workspace cache files
command: diff -r .nx/workspace-data .nx/temp-workspace-data
command: diff ./.nx/workspace-data/project-graph ./.nx/temp-workspace-data/project-graph
- run:
name: Print Workspace Cache 2
command: ls -lah .nx/workspace-data
Expand Down

0 comments on commit 4b32b1c

Please sign in to comment.