chore: update hotfix script in desktop package and remove from mobile package
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
0e9e89d9cd
commit
55fa57a371
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue