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