Last active
June 7, 2019 01:49
-
-
Save gtalarico/2dfdf95ec3ffb142223e3529ca83f346 to your computer and use it in GitHub Desktop.
Netlify Functions Build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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