about summary refs log tree commit diff
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..e4d318a
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,3 @@
+[build]
+	publish = "static"
+	command = "cd test && npm install && npm run build"