Skip to content

Commit

Permalink
Merge pull request #203 from locol23/chore/change-package-manager
Browse files Browse the repository at this point in the history
chore: Change package manager
  • Loading branch information
locol23 authored May 29, 2023
2 parents 3143c89 + 6ee04d2 commit 2b2af17
Show file tree
Hide file tree
Showing 8 changed files with 7,524 additions and 10,818 deletions.
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

4 changes: 0 additions & 4 deletions .yarnrc.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ A monorepo boilerplate for TypeScript and Golang with Turborepo and Bazel
## Getting Started

```sh
corepack enable yarn
yarn
yarn dev
corepack enable
pnpm i
pnpm dev
```

4 changes: 1 addition & 3 deletions frontend/apps/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
First, run the development server:

```bash
npm run dev
# or
yarn dev
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Expand Down
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
{
"name": "monorepo-boilerplate",
"private": true,
"packageManager": "yarn@3.3.1",
"workspaces": [
"frontend/apps/*",
"frontend/libs/*",
"bff/services/*",
"bff/libs/*",
"infrastructure/**/*"
],
"packageManager": "pnpm@8.6.0",
"scripts": {
"clean": "bazel clean",
"build": "run-p build:turbo build:bazel",
Expand Down
Loading

0 comments on commit 2b2af17

Please sign in to comment.