Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Mar 3, 2025
1 parent 1d4299e commit 13b31c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
lint: false
- name: Install dependencies
run: npm install
- name: Build Lean & React
run: npm run build
- name: Build Lean
run: npm run build_server
# - name: Build for Production
# run: npm run build_client
- name: Cypress tests
run: npm test

0 comments on commit 13b31c6

Please sign in to comment.