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"