Skip to content

Commit 65865e1

Browse files
authored
build because all is no more (#264)
1 parent aabbfeb commit 65865e1

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

0 commit comments

Comments
 (0)