mirror of
https://github.com/status-im/reagent.git
synced 2025-02-05 16:44:25 +00:00
5 lines
113 B
Bash
Executable File
5 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
lein do clean, doo chrome-headless prod-test once
|
|
test -f target/cljsbuild/prod-test/main.js
|