Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Jul 22, 2024
1 parent 36f2a83 commit 23bbf1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ jobs:
- name: Install dependencies
run: npm ci
working-directory: ./eternajs
- name: List node modules
run: ls
working-directory: ./eternajs/node_modules
- name: Build
run: npm run build:${{ env.BUILD_TYPE }}
run: npm run build:${{ env.BUILD_TYPE }} -- --stats-error-details
working-directory: ./eternajs
env:
APP_SERVER_URL: https://${{ env.API_DOMAIN }}
Expand Down

0 comments on commit 23bbf1a

Please sign in to comment.