mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-04 00:48:52 +02:00
Remove references to yarn and replace them with pnpm
This commit is contained in:
parent
3552a5e3aa
commit
880cc07c79
12 changed files with 27 additions and 2073 deletions
|
@ -13,7 +13,7 @@ To preview your changes locally, you can use the [mintlify cli](https://mintlify
|
|||
Install the cli globally:
|
||||
|
||||
```bash
|
||||
yarn global add mintlify
|
||||
pnpm install --global mintlify
|
||||
```
|
||||
|
||||
Navigate to this directory (where you can find `mint.json`):
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"installCommand": "yarn install",
|
||||
"buildCommand": "cd ../.. && yarn db:generate && yarn build:landing",
|
||||
"installCommand": "pnpm install",
|
||||
"buildCommand": "cd ../.. && pnpm db:generate && pnpm build:landing",
|
||||
"outputDirectory": ".next"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
"i18n:scan": "i18next-scanner --config i18next-scanner.config.js",
|
||||
"test:integration": "NODE_ENV=test playwright test",
|
||||
"test:unit": "vitest run",
|
||||
"test": "yarn test:unit && yarn test:e2e",
|
||||
"test:codegen": "playwright codegen http://localhost:3000",
|
||||
"docker:start": "./scripts/docker-start.sh"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"installCommand": "yarn install",
|
||||
"buildCommand": "cd ../.. && yarn db:generate && yarn build:web && yarn db:deploy",
|
||||
"installCommand": "pnpm install",
|
||||
"buildCommand": "cd ../.. && pnpm db:generate && pnpm build:web && pnpm db:deploy",
|
||||
"outputDirectory": ".next"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue