From 61a88df67cfe93ba215b3af5d0c21ecd5f28c178 Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:44:34 -0300 Subject: [PATCH] revert: to previous pnpm version --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 57adf84db..60d83f792 100644 --- a/turbo.json +++ b/turbo.json @@ -2,7 +2,7 @@ "$schema": "https://turbo.build/schema.json", "globalDependencies": [".env", ".env.production"], "globalEnv": ["NODE_ENV", "CRX_OUT", "CRX_NAME"], - "tasks": { + "pipeline": { "ts:check": { "inputs": ["src/**/*.ts", "src/**/*.tsx", "*.ts", "package.json"], "dependsOn": [],