Skip to content

Commit

Permalink
Use proxy when generating jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichaelis committed Jan 10, 2022
1 parent ed49119 commit b13e74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geoportal/jsapi/jsdoc/get-ol-doc-ref.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const fetch = require('node-fetch');
const fetch = require('node-fetch-with-proxy');
const jsdom = require('jsdom');
const {JSDOM} = jsdom;

Expand Down
1 change: 1 addition & 0 deletions geoportal/jsapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"jsdom": "^11.10.0",
"less": "^4.1.2",
"node-fetch": "^2.6.6",
"node-fetch-with-proxy": "^0.1.6",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0"
}
Expand Down

0 comments on commit b13e74d

Please sign in to comment.