mirror of
https://github.com/status-im/reagent.git
synced 2025-01-12 04:44:27 +00:00
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
|