Skip to content

Commit

Permalink
fix: Remove unused version script
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeris committed Nov 27, 2023
1 parent d52ee6f commit 3dfe5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"build": "tsup",
"lint": "eslint \"./src/**/*.ts\" --cache",
"format": "yarn lint --fix",
"release": "yarn build && tsx ./scripts/version.ts && changeset publish",
"release": "yarn build && changeset publish",
"test": "vitest --single-thread",
"typecheck": "tsc --noemit"
},
Expand Down

0 comments on commit 3dfe5c3

Please sign in to comment.