chore(tools): add package selector to dev command (#9328)

This commit is contained in:
liuyi
2024-12-26 20:34:17 +08:00
committed by GitHub
parent 4ae8c2f4ef
commit 0af46c966d
18 changed files with 224 additions and 232 deletions
+4 -4
View File
@@ -6,15 +6,15 @@
"description": "Automatically bump the versionCode and versionName of an Android app from the Google Play Store versions",
"main": "index.ts",
"scripts": {
"bump": "node --import @oxc-node/core/register index.ts"
"bump": "r ./index.ts"
},
"dependencies": {
"@affine-tools/cli": "workspace:*",
"@affine-tools/utils": "workspace:*",
"@googleapis/androidpublisher": "^22.0.0",
"@oxc-node/core": "^0.0.16"
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/node": "^20.17.10",
"typescript": "^5.7.2"
"@types/node": "^20.17.10"
}
}