Skip to content

Commit

Permalink
Run npm install upon npm run get-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Chew committed Jun 26, 2019
1 parent c447bfc commit 2ac23ae
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 @@ -4,7 +4,7 @@
"description": "Serverless Developer Portal for API Gateway",
"main": "lambda.js",
"scripts": {
"get-dependencies": "npm run get-dev-portal-dependencies && npm run get-lambda-dependencies;",
"get-dependencies": "npm install && npm run get-dev-portal-dependencies && npm run get-lambda-dependencies;",
"get-lambda-dependencies": "find lambdas/*/package.json -type f -exec sh -c 'cd $(dirname {}) && npm run get-dependencies' \\;",
"get-dev-portal-dependencies": "(cd dev-portal; npm run get-dependencies)",
"test": "node scripts/test.js",
Expand Down

0 comments on commit 2ac23ae

Please sign in to comment.