Skip to content

Commit 469e766

Browse files
authored
Change build command to echo 'hello'
1 parent a73c49f commit 469e766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
base = "docs"
33
publish = "build"
4-
command = "echo 1;"
4+
command = "echo 'hello'"
55
ignore = "node ignore_build.mjs"
66

77
[[redirects]]

0 commit comments

Comments
 (0)