6 lines
159 B
Bash
Raw Normal View History

2018-04-03 10:33:01 +03:00
#!/bin/bash
set -ex
2019-12-17 22:50:14 +02:00
rm -rf target/cljsbuild/test-npm/
lein doo chrome-headless test-npm once
2018-04-03 10:33:01 +03:00
test -f target/cljsbuild/test-npm/out/node_modules/react/index.js