make puppeteer can run from homedir rather than current project node_modules

This commit is contained in:
bossgeekgo
2024-02-13 16:17:12 +08:00
parent cdc01c46fb
commit 8582248ff8
4 changed files with 33 additions and 17 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"scripts": {
"start": "electron-vite preview",
"dev": "electron-vite dev",
"dev:geek-auto-start-chat-with-boss-only": "MAIN_BOSSGEEKGO_RUN_MODE=geekAutoStartWithBoss electron-vite dev",
"dev:geek-auto-start-chat-with-boss-only": "MAIN_BOSSGEEKGO_UI_RUN_MODE=geekAutoStartWithBoss electron-vite dev",
"build": "electron-vite build",
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",