fix: point npmrc to dogfood artifact registry (#108)

This commit is contained in:
Brandon Keiji 2025-04-21 23:11:51 -07:00 committed by GitHub
parent 98fa8d2b51
commit 79710375e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 122 additions and 8 deletions

View file

@ -12,7 +12,9 @@
"debug": "node --inspect-brk dist/gemini.js",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"test": "vitest run"
"test": "vitest run",
"stage:version": "node ../../scripts/bind_package_version.js",
"stage:deps": "node ../../scripts/bind_package_dependencies.js"
},
"files": [
"dist"