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