From 2dfccc4929228c71268c29ebdc60d92f6f4b7c1a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 27 May 2025 22:26:58 +0300 Subject: [PATCH] chore(nx): expose scripts --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d31ebd33b..5194d7b4a 100644 --- a/package.json +++ b/package.json @@ -94,5 +94,8 @@ "@ckeditor/ckeditor5-code-block": "patches/@ckeditor__ckeditor5-code-block.patch", "ckeditor5": "patches/ckeditor5.patch" } + }, + "nx": { + "name": "triliumnext" } }