mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 08:40:20 +02:00
misc: more speed improvement on develop images building
This commit is contained in:
parent
d8e205ec25
commit
d908cf566a
6 changed files with 27 additions and 11 deletions
|
@ -110,6 +110,18 @@
|
|||
build
|
||||
(:worker figwheel-builds))))
|
||||
|
||||
(defmethod task "build-all"
|
||||
[args]
|
||||
(task ["build" "main"])
|
||||
(task ["build" "view"])
|
||||
(task ["build" "worker"]))
|
||||
|
||||
(defmethod task "dist-all"
|
||||
[args]
|
||||
(task ["dist" "main"])
|
||||
(task ["dist" "view"])
|
||||
(task ["dist" "worker"]))
|
||||
|
||||
;;; Build script entrypoint. This should be the last expression.
|
||||
|
||||
(task *command-line-args*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue