0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

Fix build-worker script.

This commit is contained in:
Andrey Antukh 2016-04-11 17:40:08 +03:00
parent 93a84d91e2
commit 280c272c2a
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -12,7 +12,7 @@
:parallel-build false
:optimizations :simple
:static-fns true
:language-in :ecmascript5
:language-in :ecmascript6
:language-out :ecmascript5
:verbose true})
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))