Skip to content

Commit

Permalink
Merge pull request #48 from valiantlynx:working
Browse files Browse the repository at this point in the history
Setup .npmrc file
  • Loading branch information
valiantlynx authored Apr 8, 2024
2 parents 2fdcc37 + 7775f71 commit de66f25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
node-version: 18.x

- name: Setup .npmrc file
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc

- name: Install Dependencies
run: yarn

Expand Down

0 comments on commit de66f25

Please sign in to comment.