Alternate bundling technique using ncc

This commit is contained in:
Simon Engledew
2020-11-03 15:08:12 +00:00
parent 9a0139eee2
commit 93ba95ee14
650 changed files with 167557 additions and 11917 deletions
+2 -2
View File
@@ -27,8 +27,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
# Wipe the dist directory incase there are extra unnecessary files in there
rm -rf dist
# Generate the JavaScript files
npm run-script build
# Check that repo is still clean