Add .npmrc for GitHub package authentication

This commit is contained in:
Usman Baig
2026-01-16 13:42:21 +01:00
parent 58d349c20b
commit 35e8c5b453

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
@ciphera-net:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}