Skip to content

Commit 99e6639

Browse files
committed
fix: fixed script
1 parent dedb214 commit 99e6639

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
@@ -48,7 +48,7 @@
4848
"docs-build": "vitepress build docs",
4949
"docs-serve": "vitepress serve docs",
5050
"deploy-docs": "bash scripts/deploy-docs.sh",
51-
"release": "npm run build:types && tsx scripts/release.ts",
51+
"release": "tsx scripts/release.ts",
5252
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
5353
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
5454
"tsc": "tsc"

0 commit comments

Comments
 (0)