Skip to content

Commit

Permalink
workflow to publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommaso Romani committed Nov 11, 2023
1 parent e7cbb3b commit a04a03d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@YOUR-USERNAME:registry=https://npm.pkg.github.com
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"bugs": {
"url": "https://github.com/TommasoRomani/rofilobookAD/issues"
},
"homepage": "https://github.com/TommasoRomani/rofilobookAD#readme"
"homepage": "https://github.com/TommasoRomani/rofilobookAD#readme",
"publishConfig":{
"@YOUR-USERNAME:registry": "https://npm.pkg.github.com"
}
}

0 comments on commit a04a03d

Please sign in to comment.