Skip to content

Commit 4bc0c2b

Browse files
clean the lib dir before building
1 parent bd54c20 commit 4bc0c2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)