Skip to content

Commit

Permalink
add docs:build command
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jun 4, 2024
1 parent 8743450 commit 1e599e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
},
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"docs:build": "npx typedoc",
"lint": "eslint --ext .ts,.js src bin test",
"pretest": "rimraf test/work",
"test": "yarn lint && tape test",
Expand Down

0 comments on commit 1e599e4

Please sign in to comment.