From 5fd2d4b9d8030ca532c03f005be83ace1cc4f463 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 1 Feb 2023 20:22:14 +0300 Subject: [PATCH] turbo: minor config changes --- package.json | 2 +- turbo.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d8bd0e..a4b0c85 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "build": "dotenv -e .env turbo run build", "clean": "turbo run clean", - "dev": "dotenv -e .env.local turbo run dev --parallel", + "dev": "dotenv -e .env.local turbo run dev", "format": "prettier --write \"**/*.{js,jsx,ts,tsx}\"", "lint": "dotenv -e .env.local turbo run lint", "lint:fix": "dotenv -e .env.local turbo run lint:fix", diff --git a/turbo.json b/turbo.json index a10bfd1..5c8c167 100644 --- a/turbo.json +++ b/turbo.json @@ -17,7 +17,8 @@ "outputs": [] }, "dev": { - "cache": false + "cache": false, + "persistent": true }, "clean": { "cache": false