mirror of
https://github.com/status-im/reagent.git
synced 2025-01-26 03:39:21 +00:00
6 lines
242 B
Bash
6 lines
242 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
clj -m cljs.main -co test-environments/bundle-adv/build.edn -v --compile
|
||
|
npx webpack --config=test-environments/bundle-adv/webpack.config.js
|
||
|
cp -r site/public/index.html site/public/css target/bundle-adv/resources/public/
|