Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
junyifang-whoop committed Sep 10, 2024
1 parent b4f57d9 commit a295790
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ jobs:
- javascript/bump-package-version:
base_package_version: "2.20"

- run:
name: cat
command: |
cat package.json
- run:
name: npm config ls -l
command: |
npm config ls -l
- javascript/publish-to-nexus:
nexus_repository_name: "npm-private"

Expand Down

0 comments on commit a295790

Please sign in to comment.