mirror of https://github.com/status-im/reagent.git
5 lines
136 B
Bash
5 lines
136 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
lein do clean, doo node node-test once
|
||
|
test -f target/cljsbuild/node-test/out/cljsjs/react/development/react.inc.js
|