mirror of
https://github.com/status-im/reagent.git
synced 2025-01-13 21:34:29 +00:00
5 lines
127 B
Bash
Executable File
5 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
lein do clean, doo chrome-headless test once
|
|
test -f target/cljsbuild/test/out/node_modules/react/index.js
|