Skip to content

Commit 453ee27

Browse files
committed
update troubleshooting instructions to include 'npm run format'
1 parent 65865e1 commit 453ee27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__test__/verify-no-unstaged-changes.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ if [[ "$(git status --porcelain)" != "" ]]; then
1212
echo ----------------------------------------
1313
echo Troubleshooting
1414
echo ----------------------------------------
15-
echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run build"
15+
echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run format && npm run build"
1616
exit 1
1717
fi

0 commit comments

Comments
 (0)