Skip to content

Commit

Permalink
chore(docs): fix doc generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
kalitine committed Sep 7, 2018
1 parent b46728b commit ac9197a
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 @@ -47,7 +47,7 @@
"postproto": "rollup -c rollup.config.proto.js",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"predoc": "rm -rf ./docs; tsc -p tsconfig.json --outDir docs/jsFromTs --target esnext --declaration",
"predoc": "rm -rf ./docs; tsc -p tsconfig.json --outDir docs/jsFromTs --target esnext --declaration --sourceMap false --removeComments false",
"doc": "esdoc -c esdoc.json",
"lint": "tslint --fix -p tsconfig.json && prettier --write --list-different 'manual/**/*.md' 'src/**/*.ts' 'test/**/*.{ts,config.js}' './*.{ts,js,json,md}' && markdownlint ./*.md manual/*.md manual/**/*.md",
"precommit": "lint-staged && npm test -- -- precommit-githook",
Expand Down

0 comments on commit ac9197a

Please sign in to comment.