mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
More improvements to the test runner.
This commit is contained in:
parent
b2e86675b3
commit
48af590bd8
3 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ sudo: false
|
|||
|
||||
script:
|
||||
- ./scripts/build
|
||||
- node --version
|
||||
- node out/tests.js
|
||||
|
||||
jdk:
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"dist": "gulp dist",
|
||||
"figwheel": "./scripts/figwheel",
|
||||
"test-watch": "./scripts/watch",
|
||||
"test-build": "./scripts/build",
|
||||
"docker": "sudo docker run -ti -v `pwd`:/home/uxbox/uxbox -v $HOME/.m2:/home/uxbox/.m2 -p 3449:3449 uxbox tmux"
|
||||
},
|
||||
|
||||
|
|
|
@ -16,5 +16,6 @@
|
|||
:optimizations :advanced
|
||||
:language-in :ecmascript5
|
||||
:language-out :ecmascript5
|
||||
:target :nodejs
|
||||
:verbose true})
|
||||
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))
|
||||
|
|
Loading…
Reference in a new issue