Skip to content

Commit c44c63e

Browse files
gnapseclaude
andcommitted
fix: Move npm registry config from .nvmrc to .npmrc
πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent d33e119 commit c44c63e

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

β€Ž.github/workflows/publish.ymlβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
- name: Git checkout
1414
uses: actions/checkout@v4
1515

16-
# Remove any registry configurations from .nvmrc
17-
- run: sed -i "/@doist/d" ./.nvmrc
18-
1916
- name: Configure doist package repository
2017
uses: actions/setup-node@v4
2118
with:

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ node_modules/
66
scratch.ts
77

88
.vscode/
9-
.DS_Store
9+
.DS_Store
10+
.claude/settings.local.json

β€Ž.npmrcβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@doist:registry=https://npm.pkg.github.com/

β€Ž.nvmrcβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
v22
2-
@doist:registry=https://npm.pkg.github.com/

0 commit comments

Comments
Β (0)