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