Skip to content

Commit e4121fe

Browse files
committed
netlify.toml: Reset stdout
Closes #13
1 parent 61622dc commit e4121fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
2-
command = "statik -v"
2+
command = "python -c 'import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)' && statik -v"
33
publish = "public"

0 commit comments

Comments
 (0)