Skip to content

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 committed May 31, 2020
1 parent 65865e1 commit 453ee27
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 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 453ee27

Please sign in to comment.