mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 06:40:19 +00:00
Alternate bundling technique using ncc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user