Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
build because all is no more (actions#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawhleinad authored and kpeterson-sf committed Oct 16, 2020
1 parent c2d5021 commit f18de14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/verify-no-unstaged-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f18de14

Please sign in to comment.