From 93e85cfa966cdc3299225f49df2f514775af90c3 Mon Sep 17 00:00:00 2001 From: Reza Soltani Date: Tue, 19 Dec 2023 01:34:38 +0330 Subject: [PATCH] ... --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81f3bd6..5967ab6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dev": "tsc -w", "clean": "rimraf dist/", "build": "npm run clean && tsc", - "api-report": "api-extractor run", + "api-report": "api-extractor run --local", "api-docs": "api-documenter markdown -i temp -o docs", "build-with-docs": "npm run build && npm run api-report && npm run api-docs", "test": "jest"