mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
Fix build-worker script.
This commit is contained in:
parent
93a84d91e2
commit
280c272c2a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
:parallel-build false
|
:parallel-build false
|
||||||
:optimizations :simple
|
:optimizations :simple
|
||||||
:static-fns true
|
:static-fns true
|
||||||
:language-in :ecmascript5
|
:language-in :ecmascript6
|
||||||
:language-out :ecmascript5
|
:language-out :ecmascript5
|
||||||
:verbose true})
|
:verbose true})
|
||||||
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))
|
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))
|
||||||
|
|
Loading…
Reference in a new issue