mirror of https://github.com/status-im/reagent.git
5 lines
135 B
Bash
5 lines
135 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
lein do clean, doo chrome-headless test-npm once
|
||
|
test -f target/cljsbuild/test-npm/out/node_modules/react/index.js
|