Skip to content

Commit

Permalink
feat(package): command for docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Aug 11, 2019
1 parent 495f62f commit 18a4dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"lint": "eslint src",
"build": "cross-env BABEL_ENV=production babel src --out-dir lib && npx rollup --config ./.rolluprc",
"prepare": "npm run clean && npm run test && npm run build",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"docs": "typedoc --out docs ./src --allowJs --noEmit --module true --excludeNotExported"
},
"files": [
"lib",
Expand Down

0 comments on commit 18a4dda

Please sign in to comment.