blob: ed31368e1d0a389ec8f5b819785ad3af4b88ef44 [file]
#!/usr/bin/env bash
set -eu -o pipefail
# -e: exits if a command fails
# -u: errors if an variable is referenced before being set
# -o pipefail: causes a pipeline to produce a failure return code if any command errors
export readonly PACKAGES=( create hide-bazel-files jasmine typescript karma stylus protractor labs )