From 5f598e1f2c7fc12bea0c48aafd094894db1b9d3b Mon Sep 17 00:00:00 2001 From: Daniel Hwang Date: Fri, 29 May 2020 16:22:45 -0700 Subject: [PATCH] build because all is no more --- __test__/verify-no-unstaged-changes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__test__/verify-no-unstaged-changes.sh b/__test__/verify-no-unstaged-changes.sh index 9fe6173..a7af194 100755 --- a/__test__/verify-no-unstaged-changes.sh +++ b/__test__/verify-no-unstaged-changes.sh @@ -12,6 +12,6 @@ if [[ "$(git status --porcelain)" != "" ]]; then echo ---------------------------------------- echo Troubleshooting echo ---------------------------------------- - echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run all" + echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run build" exit 1 fi