From 1f1132bbab5494d849f6c714ad9c52e2b18e5b56 Mon Sep 17 00:00:00 2001 From: Reza Soltani Date: Tue, 19 Dec 2023 00:24:51 +0330 Subject: [PATCH] addd scripts --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index e015bee..9f68363 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "dev": "tsc -w", "clean": "rimraf dist/", "build": "npm run clean && tsc", + "api-report": "api-extractor run", + "api-docs": "api-documenter markdown -i./dist/api -o./docs", + "build-with-docs": "npm run build && npm run api-report && npm run api-docs", "test": "jest" }, "repository": {