We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61622dc commit e4121feCopy full SHA for e4121fe
netlify.toml
@@ -1,3 +1,3 @@
1
[build]
2
- command = "statik -v"
+ command = "python -c 'import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)' && statik -v"
3
publish = "public"
0 commit comments