Clean up actions and payloads (#98)
* Clean up actions and payloads * Clean up action * Cleanup
This commit is contained in:
committed by
pullfrog[bot]
parent
5c60791b34
commit
9e019d89d2
+1
-17
@@ -75,20 +75,4 @@ await build({
|
||||
plugins: [stripShebangPlugin],
|
||||
});
|
||||
|
||||
// Build the run sub-action
|
||||
await build({
|
||||
...sharedConfig,
|
||||
entryPoints: ["./run/entry.ts"],
|
||||
outfile: "./run/entry",
|
||||
plugins: [stripShebangPlugin],
|
||||
});
|
||||
|
||||
// Build the dispatch sub-action
|
||||
await build({
|
||||
...sharedConfig,
|
||||
entryPoints: ["./dispatch/entry.ts"],
|
||||
outfile: "./dispatch/entry",
|
||||
plugins: [stripShebangPlugin],
|
||||
});
|
||||
|
||||
console.log("✅ Build completed successfully!");
|
||||
console.log("» build completed successfully");
|
||||
|
||||
Reference in New Issue
Block a user