chore: bring back packageManager (#1797)

This commit is contained in:
Stephen Zhou 2024-05-15 11:43:33 +08:00 committed by GitHub
parent 4e7236b382
commit eaaa4310b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,8 @@ FROM node:18-bullseye-slim as base
RUN apt-get update || : && apt-get install python3 build-essential git -y
RUN npm i -g pnpm pm2
RUN corepack enable
RUN npm i -g pm2
##### DEPS
FROM base as deps

View File

@ -4,6 +4,7 @@
"description": "An open-source creative community written on the blockchain.",
"license": "AGPL-3.0",
"sideEffects": false,
"packageManager": "pnpm@9.1.1",
"scripts": {
"build": "next build",
"dev": "next -p 2222",