6 lines
161 B
Bash
Raw Permalink Normal View History

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