Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e7cccf

Browse files
authoredOct 21, 2021
IMPROVE: taking advantage of auto-detection of netlify/functions (#774)
1 parent 419c5f2 commit 0e7cccf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎netlify.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[build]
22
publish = "public"
33
command = "npm run build"
4-
functions = "lambda"
54
[build.environment]
65
NODE_VERSION = "12"
76
YARN_VERSION = "1.22.4"
87
YARN_FLAGS = "--no-ignore-optional"
8+
9+
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.