mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
Improve tests build scripts.
This commit is contained in:
parent
d496add1d6
commit
f24a80468e
2 changed files with 5 additions and 6 deletions
|
@ -10,10 +10,9 @@
|
|||
:output-dir "out"
|
||||
:parallel-build false
|
||||
:optimizations :none
|
||||
:closure-defines {"uxbox.repo.core.url"
|
||||
"https://test.uxbox.io/api"}
|
||||
:language-in :ecmascript5
|
||||
:language-out :ecmascript5
|
||||
:pretty-print true
|
||||
:target :nodejs
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
:verbose true})
|
||||
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
:output-to "out/tests.js"
|
||||
:output-dir "out"
|
||||
:parallel-build false
|
||||
:optimizations :simple
|
||||
:optimizations :none
|
||||
:pretty-print true
|
||||
:target :nodejs
|
||||
:language-in :ecmascript5
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
:verbose true})
|
||||
|
|
Loading…
Reference in a new issue