Skip to content

Commit 2d5ec91

Browse files
authored
fix
1 parent 46de4fb commit 2d5ec91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pnpm run clean;
9494
tput setaf 3;
9595
echo "Process: pnpm install;";
9696
tput setaf 7;
97-
NODE_ENV=production pnpm install --immutable;
97+
NODE_ENV=production pnpm install --frozen-lockfile;
9898
9999
tput setaf 3;
100100
echo "Process: build misskey;";

0 commit comments

Comments
 (0)