mirror of
https://github.com/status-im/reagent.git
synced 2025-01-27 04:05:50 +00:00
6 lines
159 B
Bash
Executable File
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
|