diff --git a/package.json b/package.json index 9f68363..12d7cd1 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./dist/api -o./docs", "build-with-docs": "npm run build && npm run api-report && npm run api-docs", "test": "jest"