Skip to content

Commit 726ac98

Browse files
committed
chore: fix wrong build on release
1 parent e04494a commit 726ac98

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:type
9+
pnpm build
1010

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

0 commit comments

Comments
 (0)