Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Nov 13, 2023
1 parent eaf796f commit cf7b147
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
- name: Setup PNPM
run: |
npm install -g pnpm@8
echo "PNPM version: $(pnpm -v)"
- name: Setup PNPM
run: |
npm install -g pnpm@8
echo "PNPM version: $(pnpm -v)"
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
- name: Install Dependencies
Expand Down

0 comments on commit cf7b147

Please sign in to comment.