Skip to content

Commit

Permalink
chore: add npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadi-E committed Jun 12, 2024
1 parent f3c2a62 commit 3f4ca3d
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 9,515 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v2
with:
ref: 'master'
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
registry-url: 'https://registry.npmjs.org'
- name: Install NPM dependencies
run: npm ci
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ lerna-debug.log*
.settings/
*.sublime-workspace
.vscode/

# NPM local config
.npmrc
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@zenobeenergy:registry=https://npm.pkg.github.com
Loading

0 comments on commit 3f4ca3d

Please sign in to comment.