mirror of
https://github.com/github/codeql-action
synced 2026-05-22 00:00:34 +03:00
Check in precompiled upload-lib.ts for testing environments
This commit is contained in:
@@ -61,7 +61,8 @@ const onEndPlugin = {
|
||||
};
|
||||
|
||||
const context = await esbuild.context({
|
||||
entryPoints: globSync([`${SRC_DIR}/*-action.ts`, `${SRC_DIR}/*-action-post.ts`]),
|
||||
// Include upload-lib.ts as an entry point for use in testing environments.
|
||||
entryPoints: globSync([`${SRC_DIR}/*-action.ts`, `${SRC_DIR}/*-action-post.ts`, "src/upload-lib.ts"]),
|
||||
bundle: true,
|
||||
format: "cjs",
|
||||
outdir: OUT_DIR,
|
||||
|
||||
Generated
+95302
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user