Fix prod test script

This commit is contained in:
Juho Teperi 2017-11-18 20:28:29 +02:00
parent 4dcd82a28e
commit 17351984a9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
set -x
set -ex
lein do clean, doo chrome-headless prod-test once
test -f target/cljsbuild/prod-test/main.js

View File

@ -1,3 +1,3 @@
#!/bin/bash
set -x
set -ex
lein with-profile react-16 figwheel