Use dev environment for db demo pages

This commit is contained in:
Tienson Qin
2024-03-18 20:35:32 +08:00
parent f0a4e866e2
commit e6a1e259b1

View File

@@ -35,6 +35,10 @@ jobs:
- name: Fetch yarn deps
run: yarn cache clean && yarn install --frozen-lockfile
- name: Set Build Environment Variables
run: |
echo "ENABLE_FILE_SYNC_PRODUCTION=false" >> $GITHUB_ENV
- name: Build Released-Web
run: |
yarn gulp:build && clojure -M:cljs release app --config-merge '{:compiler-options {:source-map-include-sources-content false :source-map-detail-level :symbols}}'