mirror of
https://github.com/status-im/reagent.git
synced 2025-01-30 05:35:25 +00:00
5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
clj -m cljs.main -co test-environments/bundle-adv/karma.edn -v --compile
|
|
npx karma start test-environments/bundle-adv/karma.conf.js
|