Skip to content

Commit

Permalink
better build those functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Hawksworth committed Feb 5, 2019
1 parent 1eb0c29 commit 8ed73f4
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 @@ -7,7 +7,7 @@
"scripts": {
"start": "yarn run dev",
"dev": "gulp dev & ELEVENTY_ENV=dev eleventy --serve & yarn run dev:functions",
"build": "gulp build & ELEVENTY_ENV=dev eleventy",
"build": "gulp build & ELEVENTY_ENV=dev eleventy && yarn run build:functions",
"seed": "gulp build & ELEVENTY_ENV=seed eleventy",
"build:functions": "netlify-lambda build src/lambda",
"dev:functions": "netlify-lambda serve src/lambda"
Expand Down

0 comments on commit 8ed73f4

Please sign in to comment.