We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c736697 commit b1742f8Copy full SHA for b1742f8
.github/workflows/script/check-js.sh
@@ -14,8 +14,8 @@ npm run-script build
14
# Check that repo is still clean
15
if [ ! -z "$(git status --porcelain)" ]; then
16
# If we get a fail here then the PR needs attention
17
- >&2 echo "Failed: JavaScript files are not up to date. Run 'npm run-script build' to update"
+ >&2 echo "Failed: JavaScript files are not up to date. Run 'rm -rf lib && npm run-script build' to update"
18
git status
19
exit 1
20
fi
21
-echo "Success: JavaScript files are up to date"
+echo "Success: JavaScript files are up to date"
0 commit comments