Add messaging around first-run behaviour #17

Merged
mcataford merged 4 commits from first-run-behaviour-messaging into master 2020-05-02 01:30:43 +00:00
Showing only changes of commit 114d0a75bd - Show all commits

View file

@ -36,7 +36,7 @@ if (!existsSync(MANIFEST_FILENAME)) {
if (!isUpdatingManifest) {
console.log(
'❗ It looks like you ran PackWatch without a manifest. To prevent accidental passes in CI or hooks, packwatch will termine with an error. If you are running packwatch for the first time in your project, this is expected!',
'❗ It looks like you ran PackWatch without a manifest. To prevent accidental passes in CI or hooks, packwatch will terminate with an error. If you are running packwatch for the first time in your project, this is expected!',
)
}
// If the update flag wasn't specified, exit with a non-zero code so we