mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 04:34:14 +00:00
feat(build): replace gulp static pipeline with vite
This commit is contained in:
2
.github/workflows/deploy-sync-test.yml
vendored
2
.github/workflows/deploy-sync-test.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
|
||||
- name: Build web + workers
|
||||
run: |
|
||||
pnpm gulp:build
|
||||
pnpm static:build
|
||||
clojure -M:cljs release app db-worker \
|
||||
--config-merge '{:compiler-options {:source-map true :source-map-include-sources-content true :source-map-detail-level :symbols}}'
|
||||
pnpm vite:app-build
|
||||
|
||||
Reference in New Issue
Block a user