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

Commit

Permalink
update troubleshooting instructions to include 'npm run format'
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple authored and kpeterson-sf committed Oct 16, 2020
1 parent f18de14 commit a670cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/verify-no-unstaged-changes.sh
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 build"
echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run format && npm run build"
exit 1
fi

0 comments on commit a670cf0

Please sign in to comment.