We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33e119 commit c44c63eCopy full SHA for c44c63e
β.github/workflows/publish.ymlβ
@@ -13,9 +13,6 @@ jobs:
13
- name: Git checkout
14
uses: actions/checkout@v4
15
16
- # Remove any registry configurations from .nvmrc
17
- - run: sed -i "/@doist/d" ./.nvmrc
18
-
19
- name: Configure doist package repository
20
uses: actions/setup-node@v4
21
with:
β.gitignoreβ
@@ -6,4 +6,5 @@ node_modules/
6
scratch.ts
7
8
.vscode/
9
-.DS_Store
+.DS_Store
10
+.claude/settings.local.json
β.npmrcβ
@@ -0,0 +1 @@
1
+@doist:registry=https://npm.pkg.github.com/
β.nvmrcβ
@@ -1,2 +1 @@
v22
2
-@doist:registry=https://npm.pkg.github.com/
0 commit comments