diff --git a/.github/workflows/frontend-test.yml b/.github/workflows/frontend-test.yml index 6ed7e25..ef77032 100644 --- a/.github/workflows/frontend-test.yml +++ b/.github/workflows/frontend-test.yml @@ -36,9 +36,7 @@ jobs: npx playwright install --with-deps - name: Build the electron package and webservice working-directory: ./frontend - run: npm run build - env: - in-ci: "true" + run: npm run build_debug_two - name: Run tests working-directory: ./frontend run: npm test diff --git a/frontend/package.json b/frontend/package.json index e2af46b..dc15481 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,6 +14,7 @@ "scripts": { "dev": "vite", "build_debug": "vue-tsc && vite build", + "build_debug_two": "node build-backend.js", "build": "node build-backend.js && vue-tsc && vite build", "type-check": "vue-tsc --noEmit", "preview": "vite preview",