feat: add flag to customize package version during pre-release staging (#155)

This commit is contained in:
Brandon Keiji
2025-04-24 20:02:49 +00:00
committed by GitHub
parent d97d2a4f7b
commit d394a9f39f
5 changed files with 36 additions and 15 deletions

View File

@@ -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"
}
}