Commit 43c9cea9 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

build fix?

parent 8f5e7d7c
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
#!/bin/bash

cd $(dirname $0) && \
(cd $(dirname $0)/../fnordmetric-ui && \
  ./build.sh)

(cd $(dirname $0)/web && \
  ./build.sh)

(cd $(dirname $0) && \
  bundle install && \
  bundle exec rspec
  bundle exec rspec)