From 3ce85adaf06a13befc3fd99988ac22d4d8bdc73c Mon Sep 17 00:00:00 2001 From: Bruno Tot Date: Wed, 27 Nov 2024 09:41:32 +0100 Subject: [PATCH] hotfix: use nx instead of pnpm in writeTypedoc script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa64ddde..a17c33e2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "clean": "pnpm -r clean", "lint": "pnpm -r lint", "lint:fix": "pnpm -r lint:fix", - "writeTypedoc": "pnpm build && bash assets/sh/typedoc.sh", + "writeTypedoc": "nx build && bash assets/sh/typedoc.sh", "renameProjectLabels": "node renameProjectLabels.js" }, "devDependencies": {