Skip to content

Commit e738d97

Browse files
fix(mcp): use pure-lockfile when building mcp server
1 parent 36d1802 commit e738d97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ fi
5252
# build all sub-packages
5353
for dir in packages/*; do
5454
if [ -d "$dir" ]; then
55-
(cd "$dir" && yarn install && yarn build)
55+
(cd "$dir" && yarn install --pure-lockfile && yarn build)
5656
fi
5757
done

0 commit comments

Comments
 (0)