Skip to content

Commit

Permalink
addd scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanireza65 committed Dec 18, 2023
1 parent 06f483c commit 1f1132b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1f1132b

Please sign in to comment.