mirror of
https://github.com/status-im/reagent.git
synced 2025-01-14 13:54:08 +00:00
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
|