reagent/test-environments/node-cljsjs/test.sh

6 lines
161 B
Bash
Raw Permalink Normal View History

2018-03-08 17:29:46 +00:00
#!/bin/bash
set -ex
2019-12-17 20:50:14 +00:00
rm -rf target/cljsbuild/node-test/
lein doo node node-test once
2018-03-08 17:29:46 +00:00
test -f target/cljsbuild/node-test/out/cljsjs/react/development/react.inc.js