Skip to content

Commit 602cda8

Browse files
authored
fix: generate ComponentCustomProperties d.ts (#1306)
1 parent a1e5d6f commit 602cda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
git restore -s@ -SW -- packages
77

88
# Build
9-
pnpm build --all -t
9+
pnpm build:type
1010

1111
# Update token
1212
if [[ ! -z ${NPM_AUTH_TOKEN} ]] ; then

0 commit comments

Comments
 (0)