mirror of
https://github.com/status-im/reagent.git
synced 2025-01-14 13:54:08 +00:00
8 lines
190 B
Bash
Executable File
8 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
lein do clean, doo chrome-headless prod-test-npm once
|
|
test -f target/cljsbuild/prod-test-npm/main.js
|
|
node_modules/.bin/gzip-size target/cljsbuild/prod-test-npm/main.js
|