mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 13:04:08 +00:00
Mark upload-lib as external
This commit is contained in:
@@ -177,7 +177,7 @@ const context = await esbuild.context({
|
||||
format: "cjs",
|
||||
outdir: OUT_DIR,
|
||||
platform: "node",
|
||||
external: ["./entry-points"],
|
||||
external: ["./entry-points", "./upload-lib"],
|
||||
plugins: [cleanPlugin, copyDefaultsPlugin, entryPointsPlugin, onEndPlugin],
|
||||
target: ["node20"],
|
||||
define: {
|
||||
|
||||
Generated
+3144
-7907
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user