Skip to content

Commit

Permalink
ci(npm): try to peek into ci's env for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Isokaeder committed May 14, 2024
1 parent 45dc207 commit 219d001
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
- run: npm --version && npm install -g npm && npm --version

# make extra sure this publish wouldn’t break anything
- run: yarn run build check test
# - run: yarn run build check test

- run: cp internals/scripts/source/npmrc-template ./.npmrc
- run: npm config list
- run: npm config ls -l
- run: cat /home/runner/work/_temp/.npmrc

- name: publish
run: bun internals/scripts/source/publish.ts
Expand Down

0 comments on commit 219d001

Please sign in to comment.