build because all is no more

This commit is contained in:
Daniel Hwang
2020-05-29 16:22:45 -07:00
parent aabbfeb2ce
commit 5f598e1f2c

View File

@@ -12,6 +12,6 @@ if [[ "$(git status --porcelain)" != "" ]]; then
echo ---------------------------------------- echo ----------------------------------------
echo Troubleshooting echo Troubleshooting
echo ---------------------------------------- echo ----------------------------------------
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"
exit 1 exit 1
fi fi