fix: ensure CI environment variable is set correctly during frontend build
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
CI: "false"
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
CI=false npm run build
|
||||
|
||||
- name: Archive frontend dist
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user