Skip to content

Commit

Permalink
check debug two
Browse files Browse the repository at this point in the history
  • Loading branch information
greenmtnboy committed Sep 2, 2024
1 parent 662dd47 commit f8f7f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/frontend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f8f7f19

Please sign in to comment.