mirror of
https://github.com/status-im/reagent.git
synced 2025-01-28 04:36:21 +00:00
14c43e066f
This allows running figwheel on main folder, without node_modules from tests messing the environment.
6 lines
218 B
Bash
Executable File
6 lines
218 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
lein with-profile node-test do clean, doo node client once
|
|
test ! -f out/node_modules/react/index.js
|
|
grep "reagent.impl.template.node\$module\$react = require('react')" out/reagent/impl/template.js
|