mirror of https://github.com/status-im/reagent.git
6 lines
264 B
Bash
6 lines
264 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
lein do clean, doo node node-test-npm once
|
||
|
test ! -f target/cljsbuild/node-test-npm/out/node_modules/react/index.js
|
||
|
grep "reagent.impl.template.node\$module\$react = require('react')" target/cljsbuild/node-test-npm/out/reagent/impl/template.js
|