chore(scripts): sweep remaining yarn references to pnpm (post-#886 migration) (#1872)

This commit is contained in:
ibstellar
2026-05-15 16:10:29 -07:00
committed by GitHub
parent 325a81bcd6
commit 3dfd2b28be
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ try {
} catch (err) {
fail(`cannot load socket.io-client: ${err.message}`);
console.log(
`${C.dim} Try: cd app && yarn install${C.reset}`,
`${C.dim} Try: cd app && pnpm install${C.reset}`,
);
process.exit(1);
}