fix npm env production

This commit is contained in:
2025-06-18 19:16:25 +09:00
parent fecd927b91
commit 4f7834f85c

View File

@ -30,8 +30,7 @@ jobs:
- name: Build OAuth app - name: Build OAuth app
run: | run: |
cd oauth cd oauth
npm run build NODE_ENV=production npm run build
- name: Copy OAuth build to static - name: Copy OAuth build to static
run: | run: |
# Remove old assets (following run.zsh pattern) # Remove old assets (following run.zsh pattern)