mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -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"
|
:output-dir "out"
|
||||||
:parallel-build false
|
:parallel-build false
|
||||||
:optimizations :none
|
:optimizations :none
|
||||||
:closure-defines {"uxbox.repo.core.url"
|
:pretty-print true
|
||||||
"https://test.uxbox.io/api"}
|
|
||||||
:language-in :ecmascript5
|
|
||||||
:language-out :ecmascript5
|
|
||||||
:target :nodejs
|
:target :nodejs
|
||||||
|
:language-in :ecmascript6
|
||||||
|
:language-out :ecmascript5
|
||||||
:verbose true})
|
:verbose true})
|
||||||
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))
|
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
:output-to "out/tests.js"
|
:output-to "out/tests.js"
|
||||||
:output-dir "out"
|
:output-dir "out"
|
||||||
:parallel-build false
|
:parallel-build false
|
||||||
:optimizations :simple
|
:optimizations :none
|
||||||
:pretty-print true
|
:pretty-print true
|
||||||
:target :nodejs
|
:target :nodejs
|
||||||
:language-in :ecmascript5
|
:language-in :ecmascript6
|
||||||
:language-out :ecmascript5
|
:language-out :ecmascript5
|
||||||
:verbose true})
|
:verbose true})
|
||||||
|
|
Loading…
Add table
Reference in a new issue