mirror of https://github.com/status-im/reagent.git
5 lines
135 B
Bash
5 lines
135 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
lein with-profile test do clean, doo chrome-headless client once
|
||
|
test -f out/cljsjs/react/development/react.inc.js
|