Skip to content

Commit c1632d5

Browse files
authored
Merge pull request #37 from gezquinndesign/patch-1
update scripts to match tutorial
2 parents 73046a4 + 52519c1 commit c1632d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"scripts": {
1212
"start": "react-scripts start",
13+
"start:lambda": "netlify-lambda serve src/lambda",
1314
"build": "run-p build:**",
1415
"build:app": "react-scripts build",
1516
"build:lambda": "netlify-lambda build src/lambda",

0 commit comments

Comments
 (0)