Remove unneeded npm dependencies for doc build

This commit is contained in:
Reuben Morais 2020-05-25 17:09:50 +02:00
parent facdff8c70
commit a462d951cf

View File

@ -29,7 +29,7 @@ pip3:
$(PIP_INSTALL) -r ../taskcluster/docs-requirements.txt
npm:
npm install typedoc@0.17.4 typescript@3.8.3 typedoc@0.17.4 electron@^1.7.9 node-gyp@5.x @types/argparse@1.0.x @types/node@13.9.x
npm install typedoc@0.17.4 typescript@3.8.3 @types/node@13.9.x
submodule:
git submodule update --init --remote