mirror of
https://github.com/status-im/reagent.git
synced 2025-01-15 14:24:22 +00:00
7 lines
206 B
Bash
Executable File
7 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
rm -rf target/shadow-cljs/
|
|
npx shadow-cljs release test
|
|
test -f target/shadow-cljs/resources/public/js/karma.js
|
|
karma start test-environments/shadow-cljs-prod/karma.conf.js --single-run
|