1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-09-19 08:56:41 +00:00

build because all is no more (#264)

This commit is contained in:
Daniel Hwang 2020-05-31 14:46:53 -07:00 committed by GitHub
parent aabbfeb2ce
commit 65865e15a1
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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