We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabbfeb commit 65865e1Copy full SHA for 65865e1
__test__/verify-no-unstaged-changes.sh
@@ -12,6 +12,6 @@ if [[ "$(git status --porcelain)" != "" ]]; then
12
echo ----------------------------------------
13
echo Troubleshooting
14
15
- echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run all"
+ echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run build"
16
exit 1
17
fi
0 commit comments