mirror of
https://github.com/status-im/reagent.git
synced 2025-01-28 20:56:29 +00:00
6 lines
179 B
Bash
Executable File
6 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
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
|