mirror of https://github.com/status-im/reagent.git
4 lines
90 B
Bash
4 lines
90 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
lein with-profile prod-test do clean, doo chrome-headless client once
|