Skip to content

Commit

Permalink
Add publishConfig to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed May 13, 2024
1 parent 7a7117e commit e86a984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@
"web": true,
"autoGenerate": true,
"releaseName": "v${version}"
},
"publishConfig": {
"access": "private",
"registry": "https://npm.pkg.github.com"
}
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"files": [
"dist"
],
"publishConfig": {
"access": "restricted",
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"build": "vite build",
"dev": "pnpm build --watch",
Expand Down

0 comments on commit e86a984

Please sign in to comment.