We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73046a4 commit 52519c1Copy full SHA for 52519c1
package.json
@@ -10,6 +10,7 @@
10
},
11
"scripts": {
12
"start": "react-scripts start",
13
+ "start:lambda": "netlify-lambda serve src/lambda",
14
"build": "run-p build:**",
15
"build:app": "react-scripts build",
16
"build:lambda": "netlify-lambda build src/lambda",
0 commit comments