Skip to content

Instantly share code, notes, and snippets.

@gtalarico
Last active June 7, 2019 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtalarico/2dfdf95ec3ffb142223e3529ca83f346 to your computer and use it in GitHub Desktop.
Save gtalarico/2dfdf95ec3ffb142223e3529ca83f346 to your computer and use it in GitHub Desktop.
Netlify Functions Build
{
"scripts": {
"serve": "vue-cli-service serve",
"serve:lambda": "netlify-lambda serve lambda",
"build": "run-p build:**",
"build:app": "vue-cli-service build",
"build:lambda": "netlify-lambda build lambda",
"...": "..."
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment