7 lines
293 B
Bash
Raw Normal View History

2018-04-03 10:33:01 +03:00
#!/bin/bash
set -ex
2019-12-17 22:50:14 +02:00
rm -rf target/cljsbuild/node-test-npm/
lein doo node node-test-npm once
2018-04-03 10:33:01 +03:00
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