Skip to content

Commit

Permalink
Update the documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 5, 2019
1 parent 23518a3 commit 8cc2cd4
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 @@ -13,7 +13,7 @@
"serve-api": "webpack-dev-server --content-base api/dist/ --config buildtools/webpack.api.js --https --cert=private.crt --key=private.key --port 3000 --mode development --progress --watch --debug",
"build-gmf-apps-profile": "TARGET=gmf-apps webpack --profile --json > profile.json",
"typecheck": "tsc --pretty",
"doc": "typedoc --name ngeo --out apidoc"
"doc": "typedoc --name ngeo --ignoreCompilerErrors --excludeExternals --exclude '**/examples/**,**/test/**' --out apidoc"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8cc2cd4

Please sign in to comment.