mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 18:41:52 +08:00
chore(tools): add package selector to dev command (#9328)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user