From 5406d69094ebc786ee3032dd251dd5ddd2b0c7d8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 2 May 2025 23:17:03 +0300 Subject: [PATCH] chore(nx): set default branch --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 91ff978b6..ab2ff8fb3 100644 --- a/nx.json +++ b/nx.json @@ -1,6 +1,6 @@ { "$schema": "./node_modules/nx/schemas/nx-schema.json", - "defaultBase": "master", + "defaultBase": "develop", "namedInputs": { "default": [ "{projectRoot}/**/*",