2
0

build: add pnpm

This commit is contained in:
Baptiste Arnaud
2022-08-08 08:21:36 +02:00
parent 8c3b5058f1
commit ee338f62dc
183 changed files with 19442 additions and 18364 deletions

View File

@ -27,7 +27,7 @@ Fork the repository
5. Change the build command to:
```sh
cd ../.. && yarn prisma generate && yarn build:builder && DATABASE_URL=$MIGRATION_DATABASE_URL yarn db:migrate
cd ../.. && pnpm prisma generate && pnpm build:builder && pnpm db:migrate
```
6. Add the required environment variables ([Check out the configuration guide](/self-hosting/configuration))
@ -42,7 +42,7 @@ Fork the repository
5. Change the build command to:
```sh
cd ../.. && yarn prisma generate && yarn build:viewer && DATABASE_URL=$MIGRATION_DATABASE_URL yarn db:migrate
cd ../.. && pnpm prisma generate && pnpm build:viewer && pnpm db:migrate
```
6. Add the required environment variables ([Check out the configuration guide](/self-hosting/configuration))