From 4289a30b34a3f5b6a685ecd29171be5fdb86f9c6 Mon Sep 17 00:00:00 2001 From: Michael Bashurov Date: Thu, 2 Mar 2023 16:13:04 +0200 Subject: [PATCH] Added corepack spec and a bit of docs --- README.md | 6 ++++++ package.json | 1 + 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 858ff58..e7f8cf5 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ to test out this repo you need pnpm npm install -g pnpm ``` +or if you're using [corepack](https://github.com/nodejs/corepack), in the repo directory + +```bash +corepack enable +``` + then just open a tab and run ```bash diff --git a/package.json b/package.json index 79858f6..568e690 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "author": "Nikhil Saraf ", "license": "MIT", + "packageManager": "pnpm@7.28.0", "scripts": { "build": "pnpm clean && turbo build", "build:packages": "pnpm build --filter=./packages/*",