refactor: use webpack only for workers

This commit is contained in:
Tienson Qin
2025-09-01 10:26:22 +08:00
parent a59b76bb56
commit abe03fdaca
11 changed files with 93 additions and 71 deletions

View File

@@ -79,7 +79,7 @@ jobs:
# NOTE: require the app to be build with DEV-RELEASE flag
- name: Prepare E2E test build
run: |
yarn gulp:build && clojure -M:cljs release app workers --config-merge "{:closure-defines {frontend.config/DEV-RELEASE true}}" --debug && yarn webpack-app-build
yarn gulp:build && clojure -M:cljs release app db-worker inference-worker --config-merge "{:closure-defines {frontend.config/DEV-RELEASE true}}" --debug && yarn webpack-app-build
rsync -avz --exclude node_modules --exclude android --exclude ios ./static/ ./public/
ls -lR ./public