#!/bin/sh
# Develop the e2e test app

# Stop on errors
set -e

cd "$(dirname "$0")/../../../.."

./node_modules/.bin/gulp develop-e2e-test-app
