Skip to content

Commit

Permalink
chore: add build:doc
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Apr 24, 2022
1 parent 617f262 commit 7dd46e2
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 @@ -23,6 +23,7 @@
],
"scripts": {
"build": "npm-run-all -p build-es5 build-es2015 -s bundle",
"build:doc": "typedoc",
"build-es2015": "tsc -p tsconfig.es2015.json",
"build-es5": "tsc -p tsconfig.es5.json",
"bundle": "run-p bundle-es2015 bundle-es5",
Expand Down

0 comments on commit 7dd46e2

Please sign in to comment.