Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanireza65 committed Dec 18, 2023
1 parent cd118c0 commit 93e85cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 93e85cf

Please sign in to comment.