2020-02-05 23:15:05 +02:00

6 lines
159 B
Bash
Executable File

#!/bin/bash
set -ex
rm -rf target/cljsbuild/test-npm/
lein doo chrome-headless test-npm once
test -f target/cljsbuild/test-npm/out/node_modules/react/index.js