We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52ee6f commit 3dfe5c3Copy full SHA for 3dfe5c3
package.json
@@ -50,7 +50,7 @@
50
"build": "tsup",
51
"lint": "eslint \"./src/**/*.ts\" --cache",
52
"format": "yarn lint --fix",
53
- "release": "yarn build && tsx ./scripts/version.ts && changeset publish",
+ "release": "yarn build && changeset publish",
54
"test": "vitest --single-thread",
55
"typecheck": "tsc --noemit"
56
},
0 commit comments