refactor: adapter 구현중..
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
} from "node:fs/promises";
|
||||
|
||||
import {
|
||||
bundlePerformanceArtifactSchema,
|
||||
bundleOutputInventoryArtifactSchema,
|
||||
buildManifestArtifactSchema,
|
||||
dependencyDiffArtifactSchema,
|
||||
dependencyInventoryArtifactSchema,
|
||||
@@ -327,7 +327,7 @@ await mkdir("artifacts/release", { recursive: true });
|
||||
await mkdir("artifacts/security", { recursive: true });
|
||||
await writeValidatedJsonArtifact({
|
||||
path: "artifacts/performance/bundle.json",
|
||||
schema: bundlePerformanceArtifactSchema,
|
||||
schema: bundleOutputInventoryArtifactSchema,
|
||||
value: bundleReport,
|
||||
});
|
||||
await writeValidatedJsonArtifact({
|
||||
|
||||
Reference in New Issue
Block a user