FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Check in precompiled `upload-lib.ts` for testing environments · github/codeql-action@d2dfa8c · GitHub

Commit d2dfa8c

Browse files
committed
Check in precompiled upload-lib.ts for testing environments
1 parent d7c1640 commit d2dfa8c

2 files changed

Lines changed: 95304 additions & 1 deletion

File tree

‎build.mjs‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ const onEndPlugin = {
6161
};
6262

6363
const context = await esbuild.context({
64-
entryPoints: globSync([`${SRC_DIR}/*-action.ts`, `${SRC_DIR}/*-action-post.ts`]),
64+
// Include upload-lib.ts as an entry point for use in testing environments.
65+
entryPoints: globSync([`${SRC_DIR}/*-action.ts`, `${SRC_DIR}/*-action-post.ts`, "src/upload-lib.ts"]),
6566
bundle: true,
6667
format: "cjs",
6768
outdir: OUT_DIR,

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL