From d1fdbbff383b79fe299e10d49ddafa708dbfb40d Mon Sep 17 00:00:00 2001 From: jhnstn Date: Tue, 3 May 2022 14:05:54 -0400 Subject: [PATCH] Update post install to use pnpm@6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9177a24d72..18093104bd 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "wd": "^1.11.1" }, "scripts": { - "postinstall": "patch-package && npm ci --prefix gutenberg && npm run i18n:check-cache && cd jetpack/projects/plugins/jetpack && npx pnpm install", + "postinstall": "patch-package && npm ci --prefix gutenberg && npm run i18n:check-cache && cd jetpack/projects/plugins/jetpack && npx pnpm@6 install", "start": "echo \"\\x1b[33mThe start command is not available in this project. It is strongly recommended to use \\x1b[1:33mstart:reset\\x1b[0m\\x1b[33m to perform some cleanup when starting the metro bundler.\nOr you may use \\x1b[1:33mstart:quick\\x1b[0m\\x1b[33m for a quicker startup, but this may lead to unexpected javascript errors when running the app.\\x1b[0m\"", "start:reset": "npm run core clean:runtime && npm run start:quick -- --reset-cache", "start:quick": "react-native start --config ./metro.config.js",