We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e342a9 + 570a0d7 commit 85c7ad0Copy full SHA for 85c7ad0
1 file changed
.github/workflows/pr-checks.yml
@@ -24,6 +24,8 @@ jobs:
24
>&2 echo "Failed: Repo should be clean before testing!"
25
exit 1
26
fi
27
+ # Wipe the lib directory incase there are extra unnecessary files in there
28
+ rm -rf lib
29
# Generate the JavaScript files
30
npm run-script build
31
# Check that repo is still clean
0 commit comments