Skip to content

Commit 85c7ad0

Browse files
Merge branch 'main' into rename_entrypoints
2 parents 9e342a9 + 570a0d7 commit 85c7ad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
>&2 echo "Failed: Repo should be clean before testing!"
2525
exit 1
2626
fi
27+
# Wipe the lib directory incase there are extra unnecessary files in there
28+
rm -rf lib
2729
# Generate the JavaScript files
2830
npm run-script build
2931
# Check that repo is still clean

0 commit comments

Comments
 (0)