Skip to content

Commit 6ee04d2

Browse files
committed
chore: Change package manager
1 parent 3143c89 commit 6ee04d2

File tree

8 files changed

+7524
-10818
lines changed

8 files changed

+7524
-10818
lines changed

.yarn/releases/yarn-3.3.1.cjs

Lines changed: 0 additions & 823 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ A monorepo boilerplate for TypeScript and Golang with Turborepo and Bazel
55
## Getting Started
66

77
```sh
8-
corepack enable yarn
9-
yarn
10-
yarn dev
8+
corepack enable
9+
pnpm i
10+
pnpm dev
1111
```
1212

frontend/apps/web/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
55
First, run the development server:
66

77
```bash
8-
npm run dev
9-
# or
10-
yarn dev
8+
pnpm dev
119
```
1210

1311
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
{
22
"name": "monorepo-boilerplate",
33
"private": true,
4-
"packageManager": "[email protected]",
5-
"workspaces": [
6-
"frontend/apps/*",
7-
"frontend/libs/*",
8-
"bff/services/*",
9-
"bff/libs/*",
10-
"infrastructure/**/*"
11-
],
4+
"packageManager": "[email protected]",
125
"scripts": {
136
"clean": "bazel clean",
147
"build": "run-p build:turbo build:bazel",

0 commit comments

Comments
 (0)