make task can be run standalone via arg

This commit is contained in:
geekgeekrun
2026-01-17 15:37:54 +08:00
parent 4cf6a7e36f
commit 9639151fdd
7 changed files with 102 additions and 93 deletions
-4
View File
@@ -9,10 +9,6 @@
"scripts": {
"start": "node scripts/run-build-sqlite-plugin.mjs && electron-vite preview",
"dev": "node scripts/run-build-sqlite-plugin.mjs && electron-vite dev",
"dev:geek-auto-start-chat-with-boss-main-only": "cross-env MAIN_BOSSGEEKGO_UI_RUN_MODE=geekAutoStartWithBossMain pnpm run dev",
"dev:geek-auto-start-chat-with-boss-daemon-only": "cross-env MAIN_BOSSGEEKGO_UI_RUN_MODE=geekAutoStartWithBossDaemon pnpm run dev",
"dev:check-and-download-dependencies-for-init-only": "cross-env MAIN_BOSSGEEKGO_UI_RUN_MODE=checkAndDownloadDependenciesForInit pnpm run dev",
"dev:launch-bosszhipin-login-page-with-preload-extension-only": "cross-env MAIN_BOSSGEEKGO_UI_RUN_MODE=launchBossZhipinLoginPageWithPreloadExtension pnpm run dev",
"build": "node scripts/run-build-sqlite-plugin.mjs && electron-vite build",
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",