fix: update public/static to /static

This commit is contained in:
Tienson Qin
2025-07-02 21:43:11 +08:00
parent 76a8f8ce62
commit 8a219cacc1
12 changed files with 21 additions and 160 deletions

View File

@@ -80,7 +80,7 @@ jobs:
- name: Prepare E2E test build
run: |
yarn gulp:build && clojure -M:cljs release app --config-merge "{:closure-defines {frontend.config/DEV-RELEASE true}}" --debug
rsync -avz --exclude node_modules --exclude android --exclude ios ./static/ ./public/static/
rsync -avz --exclude node_modules --exclude android --exclude ios ./static/ ./public/
ls -lR ./public
- name: Run e2e tests