feat(scripts): add convenient npm scripts for companion app execution
This commit is contained in:
@@ -19,8 +19,10 @@
|
|||||||
"test:e2e": "vitest run tests/e2e",
|
"test:e2e": "vitest run tests/e2e",
|
||||||
"test:watch": "vitest watch",
|
"test:watch": "vitest watch",
|
||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
|
"companion": "npm run companion:build && electron dist/main/index.js",
|
||||||
|
"companion:dev": "tsc -p tsconfig.electron.json --watch & vite build --config vite.config.electron.ts --watch",
|
||||||
"companion:build": "tsc -p tsconfig.electron.json && vite build --config vite.config.electron.ts",
|
"companion:build": "tsc -p tsconfig.electron.json && vite build --config vite.config.electron.ts",
|
||||||
"companion:start": "npm run companion:build && electron dist/main/index.js"
|
"companion:start": "electron dist/main/index.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cucumber/cucumber": "^11.0.1",
|
"@cucumber/cucumber": "^11.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user