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