We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df87323 commit 286a8a5Copy full SHA for 286a8a5
netlify.toml
@@ -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