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"
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
CI=false npm run build
|
||||
|
||||
- name: Archive frontend dist
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue