mirror of
https://github.com/status-im/reagent.git
synced 2025-02-05 16:44:25 +00:00
14c43e066f
This allows running figwheel on main folder, without node_modules from tests messing the environment.
5 lines
135 B
Bash
Executable File
5 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
lein with-profile test do clean, doo chrome-headless client once
|
|
test -f out/cljsjs/react/development/react.inc.js
|