Skip to content

Commit 52519c1

Browse files
update scripts to match tutorial
[Tutorial](https://blog.apollographql.com/deploy-a-fullstack-apollo-app-with-netlify-45a7dfd51b0b) states these scripts are in the `package.json` but they're not.
1 parent 73046a4 commit 52519c1

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)