fix: ensure CI environment variable is set correctly during frontend build
This commit is contained in:
parent
5ce5556232
commit
916882f205
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue