Merge remote-tracking branch 'origin/main' into vercel/pkg

the commit.
This commit is contained in:
Robert Brignull 2020-08-25 11:49:44 +01:00
commit c3c86d82ae
38 changed files with 37 additions and 187 deletions

View file

@ -24,6 +24,8 @@ jobs:
>&2 echo "Failed: Repo should be clean before testing!"
exit 1
fi
# Wipe the lib directory incase there are extra unnecessary files in there
rm -rf lib
# Generate the JavaScript files
npm run-script build
# Check that repo is still clean