mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
fix: point npmrc to dogfood artifact registry (#108)
This commit is contained in:
parent
98fa8d2b51
commit
79710375e3
7 changed files with 122 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue