mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 14:02:55 +00:00
Stabilize SDK mode integration test
This commit is contained in:
parent
24e99ac5e7
commit
ec8b6afea9
274 changed files with 5412 additions and 7893 deletions
|
|
@ -20,7 +20,7 @@ function sourceId(): string {
|
|||
try {
|
||||
const raw = execSync("git rev-parse --short HEAD", {
|
||||
encoding: "utf8",
|
||||
stdio: ["ignore", "pipe", "ignore"]
|
||||
stdio: ["ignore", "pipe", "ignore"],
|
||||
}).trim();
|
||||
if (raw.length > 0) {
|
||||
return raw;
|
||||
|
|
@ -48,7 +48,6 @@ export default defineConfig({
|
|||
format: ["esm"],
|
||||
dts: true,
|
||||
define: {
|
||||
__HF_BUILD_ID__: JSON.stringify(buildId)
|
||||
}
|
||||
__HF_BUILD_ID__: JSON.stringify(buildId),
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue