mirror of https://github.com/status-im/reagent.git
Fix prod test script
This commit is contained in:
parent
4dcd82a28e
commit
17351984a9
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
set -x
|
||||
set -ex
|
||||
lein with-profile react-16 figwheel
|
||||
|
|
Loading…
Reference in New Issue