summaryrefslogtreecommitdiff
path: root/.npmrc
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-04-18 12:46:42 -0700
committerGitHub <[email protected]>2025-04-18 12:46:42 -0700
commit56d4a35d05fbb581fd9efad8c8646e4b9bc42cd1 (patch)
treec17270477b838698a5861c14639c63584a7b6f75 /.npmrc
parentabb60a4d1031fb32f6d40e2bbe2b2aca7b1433ee (diff)
feat: initial configs for npm publishing (#30)
* feat: initial configs for npm publishing * fix: workspace reference * fix: include LICENSE in npm run build
Diffstat (limited to '.npmrc')
-rw-r--r--.npmrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.npmrc b/.npmrc
new file mode 100644
index 00000000..c81d9d40
--- /dev/null
+++ b/.npmrc
@@ -0,0 +1,3 @@
+; TODO(b/411429188): move this to an artifact registry in the official gemini-code gcp project
+@google:registry=https://us-west1-npm.pkg.dev/kkb-dev/gemini-code/
+//us-west1-npm.pkg.dev/kkb-dev/gemini-code/:always-auth=true \ No newline at end of file