mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
feat: add flag to customize package version during pre-release staging (#155)
This commit is contained in:
parent
d97d2a4f7b
commit
d394a9f39f
5 changed files with 36 additions and 15 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"format": "prettier --write .",
|
||||
"preflight": "npm run format --workspaces --if-present && npm run lint --workspaces --if-present && npm run test --workspaces --if-present",
|
||||
"auth": "npx google-artifactregistry-auth",
|
||||
"stage": "npm run stage:version --workspaces && npm run stage:deps --workspaces"
|
||||
"prerelease:dev": "npm run prerelease:version --workspaces && npm run prerelease:deps --workspaces"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.24.0",
|
||||
|
|
@ -31,6 +31,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"prettier": "^3.5.3",
|
||||
"react-devtools-core": "^4.28.5",
|
||||
"typescript-eslint": "^8.30.1"
|
||||
"typescript-eslint": "^8.30.1",
|
||||
"yargs": "^17.7.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue