Skip to content

Commit

Permalink
Include the word yarn in the docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Apr 10, 2017
1 parent 55e32cb commit 48c7000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"build:watch": "tsc -w",
"link": "npm run build && chmod +x distribution/commands/danger.js && npm link",
"declarations": "ts-node ./scripts/create-danger-dts.ts",
"docs": "mkdir docs/docs_generate; cp source/danger.d.ts docs/docs_generate; typedoc -- --json docs/js_ref_dsl_docs.json --includeDeclarations --excludeExternals "
"docs": "mkdir docs/docs_generate; cp source/danger.d.ts docs/docs_generate; yarn typedoc -- --json docs/js_ref_dsl_docs.json --includeDeclarations --excludeExternals "
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 48c7000

Please sign in to comment.