Comment tweaks

This commit is contained in:
Chuck Lantz
2021-08-24 19:00:20 -07:00
parent 0b7c156506
commit b05c4cabbf
4 changed files with 14 additions and 15 deletions

View File

@@ -1,9 +1,8 @@
#!/usr/bin/env bash
# This file restores the results of the "prepare.sh" into their proper locations
# once the container has been created. It runs as a postCreateCommand which
# in GitHub Codespaces occurs parallel to other startup activities and does not
# really add to the overal startup time given how quick the operation ends up being.
# This file expands the cache.tar file in the image that contains the results of "prepare.sh"
# on top of the source tree. It runs as a postCreateCommand which runs after the container/codespace
# is already up where you would typically run a command like "yarn install".
set -e