Skip to content

Commit

Permalink
Fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
KB1RD committed Oct 15, 2020
1 parent 48abea6 commit 4d858b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ lib
dist
node_modules
.nyc_output
.jsdoc
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"build": "yarn run lint && yarn run build:types && yarn run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
"build:docs": "typedoc --mode modules --out .jsdoc src/",
"lint": "eslint src/*",
"test": "mocha --require ./test/babel-register.js --colors ./test/*.spec.ts",
"test:watch": "mocha --require ./test/babel-register.js --colors -w ./test/*.spec.ts",
Expand Down

0 comments on commit 4d858b7

Please sign in to comment.