Skip to content

Commit

Permalink
fix e2es
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Nov 22, 2023
1 parent c37bcc8 commit 7d91eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serverless-fastify-planetscale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"lint": "npx nx lint",
"serve-functions": "npx nx serve-functions",
"serve-functions": "npx nx serve-netlify-functions",
"deploy-functions": "npx nx deploy-functions"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion serverless-fastify-planetscale/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}
}
},
"serve-functions": {
"serve-netlify-functions": {
"command": "npx netlify dev"
},
"deploy": {
Expand Down

0 comments on commit 7d91eb6

Please sign in to comment.