Skip to content

Commit 286a8a5

Browse files
authored
chore: create netlify.toml file
1 parent df87323 commit 286a8a5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

netlify.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[build]
2+
command = "echo 'no op'"
3+
publish = "public"
4+
5+
functions = "functions/"
6+
7+
[build.environment]
8+
YARN_FLAGS = "--frozen-lockfile"
9+
YARN_VERSION = "1.22.4"
10+
NODE_VERSION = "12"
11+

0 commit comments

Comments
 (0)