Skip to content

Commit d10ee6f

Browse files
committed
fix typo
1 parent a99517a commit d10ee6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typer-diff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build": "tsup index.ts --format cjs,esm --dts --minify",
2828
"dev": "tsup index.ts --format cjs,esm --dts --watch",
2929
"lint": "tsc",
30-
"release": "pnpm run build && pnpm test && pnpm run publish",
30+
"release": "pnpm run build && pnpm test && pnpm publish",
3131
"test": "vitest"
3232
},
3333
"dependencies": {

0 commit comments

Comments
 (0)