awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
931 stars 401 forks source link

Run `npm install` upon `npm run get-dependencies` #284

Closed alex-chew closed 5 years ago

alex-chew commented 5 years ago

When running npm run get-dependencies, I expect all dependencies to be installed so that I can build or test the package. However, because we previously did not run npm install as part of this command, some dependencies (such as xml-js) were missing. This PR resolves that issue.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.