mirror of
https://github.com/status-im/reagent.git
synced 2025-01-14 22:04:40 +00:00
5 lines
136 B
Bash
Executable File
5 lines
136 B
Bash
Executable File
#!/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
|