Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Sep 5, 2024
1 parent dd29654 commit bf2a76b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ jobs:
- name: Create .npmrc
run: |
echo "registry=https://registry.npmjs.org" > .npmrc
echo "" >> .npmrc
echo "# Default for @renegade-fi packages" >> .npmrc
echo "@renegade-fi:registry=https://registry.npmjs.org" >> .npmrc
echo "@renegade-fi:tradingview-charts:registry=https://npm.pkg.github.com" >> .npmrc
echo "" >> .npmrc
echo "# Specific for @renegade-fi/tradingview-charts" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}" >> .npmrc
echo "//npm.pkg.github.com/:@renegade-fi:tradingview-charts" >> .npmrc
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit bf2a76b

Please sign in to comment.