Skip to content

Commit 8edfc19

Browse files
committed
chore: pkg scripts
Signed-off-by: tunnckoCore <5038030+tunnckoCore@users.noreply.github.com>
1 parent 4bd45c3 commit 8edfc19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

new-src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class Zagora<
5353
> {
5454
return new Zagora({
5555
...this.def,
56-
inputSchema: inputSchema,
56+
inputSchema,
5757
});
5858
}
5959

@@ -69,7 +69,7 @@ export class Zagora<
6969
> {
7070
return new Zagora({
7171
...this.def,
72-
outputSchema: outputSchema,
72+
outputSchema,
7373
});
7474
}
7575

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"prebuild": "bun run typecheck",
3636
"build": "bunx tsdown",
3737
"typecheck": "bunx tsgo-dev -p ./tsconfig.json",
38-
"test": "bun test ./test",
39-
"test:cov": "bun test --coverage",
38+
"test": "bun test ./new-test",
39+
"test:cov": "bun run test --coverage",
4040
"prepublishOnly": "bun run build"
4141
},
4242
"dependencies": {

0 commit comments

Comments
 (0)