fix: enable CI environment variable for frontend build and update build script
This commit is contained in:
@@ -31,10 +31,10 @@ jobs:
|
||||
- name: Build frontend bundle
|
||||
working-directory: frontend
|
||||
env:
|
||||
CI: "false"
|
||||
CI: "true"
|
||||
run: |
|
||||
npm install
|
||||
CI=false npm run build
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
- name: Archive frontend dist
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user