mirror of
https://github.com/status-im/reagent.git
synced 2025-02-06 00:54:21 +00:00
This allows running figwheel on main folder, without node_modules from tests messing the environment.
4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
lein with-profile prod-test do clean, doo chrome-headless client once
|