0
1
Fork 0

update troubleshooting instructions to include 'npm run format'

This commit is contained in:
eric sciple 2020-05-31 17:48:32 -04:00
parent 65865e15a1
commit 453ee27fca
1 changed files with 1 additions and 1 deletions

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 build"
echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run format && npm run build"
exit 1
fi