Skip to content

Commit 7da352a

Browse files
feat(PEN-382): Add GitHub packages registry configuration
- Add publishConfig to use GitHub npm registry - Enables publishing packages to GitHub Packages PEN-382
1 parent 963e663 commit 7da352a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
},
4848
"simple-git-hooks": {
4949
"pre-commit": "npm run lint"
50+
},
51+
"publishConfig": {
52+
"registry": "https://npm.pkg.github.com"
5053
}
5154
}

0 commit comments

Comments
 (0)