reagent/test-environments/browser-npm-prod/test.sh

9 lines
219 B
Bash
Raw Normal View History

#!/bin/bash
set -ex
2019-12-17 20:50:14 +00:00
rm -rf target/cljsbuild/prod-test-npm/
lein 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