You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: using pnpm from corepack when install dependency (#762)
* feat: use pnpm from corepack to install dependency
Since package.json already has the packageManager field specified
with pnpm and its specific version, there is no reason not to use
it during whole dev/build process.
* feat: use npmmirror in Dockerfile
* feat: install pnpm through mirror
* feat(Dockerfile): set apt-get mirror
0 commit comments