Skip to content

Commit

Permalink
build(repo): --debug
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Jan 4, 2024
1 parent e6a359d commit 5db462f
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 @@ -74,7 +74,7 @@ commands:
name: Create the Spectral Binary
environment:
PKG_CACHE_PATH: *pkg-cache-path
command: yarn workspace @stoplight/spectral-cli pkg . --public --targets << parameters.targets >> --output binaries/spectral
command: yarn workspace @stoplight/spectral-cli pkg . --debug --public --targets << parameters.targets >> --output binaries/spectral
- save_cache:
name: Retain pkg cache
key: *pkg-cache-key
Expand Down

0 comments on commit 5db462f

Please sign in to comment.