Skip to content

Commit 3dfe5c3

Browse files
committed
fix: Remove unused version script
1 parent d52ee6f commit 3dfe5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"build": "tsup",
5151
"lint": "eslint \"./src/**/*.ts\" --cache",
5252
"format": "yarn lint --fix",
53-
"release": "yarn build && tsx ./scripts/version.ts && changeset publish",
53+
"release": "yarn build && changeset publish",
5454
"test": "vitest --single-thread",
5555
"typecheck": "tsc --noemit"
5656
},

0 commit comments

Comments
 (0)