Skip to content

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrn committed Jul 31, 2023
1 parent bfd0176 commit 46f2b8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
node-version: 16
- run: npm install
- run: |
echo https://npm.pkg.github.com/ > build/.npmrc
echo '//npm.pkg.github.com/:_authToken=${NPM_TOKEN}' >> build/.npmrc
echo https://npm.pkg.github.com/ > ./.npmrc
echo '//npm.pkg.github.com/:_authToken=${NPM_TOKEN}' >> ./.npmrc
- run: npm publish
working-directory: ./build
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ build/
yarn.lock
.yarn/
.pnp.loader.mjs
.npmignore
.npmignore
.npmrc

0 comments on commit 46f2b8f

Please sign in to comment.