chore: update hotfix script in desktop package and remove from mobile package

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2025-05-19 20:31:05 +08:00
parent 0e9e89d9cd
commit 55fa57a371
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
2 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,7 @@
"dev:electron": "electron-vite dev",
"dev:server": "pnpm run --filter=ssr dev",
"dev:web": "cross-env WEB_BUILD=1 vite",
"hotfix": "vv -c bump.hotfix.config.js",
"publish": "electron-vite build && electron-forge publish",
"start": "electron-vite preview",
"update:main-hash": "tsx plugins/vite/generate-main-hash.ts"

View File

@ -19,7 +19,6 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"generator:i18n-template": "tsx scripts/generate-i18n-locale.ts",
"hotfix": "vv -c bump.hotfix.config.js",
"icons:sync": "tsx scripts/svg-to-rn.ts && prettier --write apps/mobile/src/icons/**/*.tsx && eslint --fix apps/mobile/src/icons/**/*.tsx",
"icons:update": "tsx scripts/update-icon.ts",
"lint": "pnpm run lint:tsl && eslint",