mirror of
https://github.com/status-im/reagent.git
synced 2025-01-12 12:54:50 +00:00
6 lines
161 B
Bash
Executable File
6 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
rm -rf target/cljsbuild/node-test/
|
|
lein doo node node-test once
|
|
test -f target/cljsbuild/node-test/out/cljsjs/react/development/react.inc.js
|