Skip to content

Commit 1e3cb6b

Browse files
fix(mcp): use pure-lockfile when building mcp server
1 parent 0721e9d commit 1e3cb6b

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)