Skip to content

Commit

Permalink
fix: don't commit .npmrc files
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossantos74 committed Oct 8, 2024
1 parent b030181 commit fd9b6d2
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 648 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Commit, push changes, and push tags
run: |
git add .
git add . ':!.npmrc'
git commit -m "chore(release): update package versions [skip ci]" || echo "No changes to commit"
git push
git push --tags
Expand Down
54 changes: 0 additions & 54 deletions packages/autodesk/.npmrc

This file was deleted.

54 changes: 0 additions & 54 deletions packages/matterport/.npmrc

This file was deleted.

84 changes: 0 additions & 84 deletions packages/react/.npmrc

This file was deleted.

76 changes: 0 additions & 76 deletions packages/realtime/.npmrc

This file was deleted.

Loading

0 comments on commit fd9b6d2

Please sign in to comment.