mirror of
https://github.com/github/codeql-action.git
synced 2026-08-05 04:57:19 -05: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
+3134
-7897
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user