mirror of https://github.com/status-im/reagent.git
5 lines
156 B
Bash
5 lines
156 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
clojure -m cljs.main -co test-environments/bundle-adv/karma.edn -v --compile
|
||
|
npx karma start test-environments/bundle-adv/karma.conf.js
|