Skip to content

Commit cc463c6

Browse files
FEAT: add publish config to package.json
1 parent 490f58b commit cc463c6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
node-version: '22.x'
27-
registry-url: 'https://npm.pkg.github.com'
2827

2928
- name: Install pnpm 👷🏽‍♂️
3029
uses: pnpm/action-setup@v3

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"url": "https://github.com/utomic-media/eslint-config.git"
3939
},
4040
"homepage": "https://github.com/utomic-media/eslint-config#readme",
41+
"publishConfig": {
42+
"access": "public",
43+
"registry": "https://npm.pkg.github.com"
44+
},
4145
"dependencies": {
4246
"@eslint/js": "^9.21.0",
4347
"@stylistic/eslint-plugin": "^4.0.1",

0 commit comments

Comments
 (0)