add debug output to install command

This commit is contained in:
martin-mfg
2025-09-27 12:06:46 +02:00
parent 2b4569b521
commit c5bd1337dd
+1 -1
View File
@@ -1,5 +1,5 @@
{
"buildCommand": "pwd && ls -l .. && yarn build-trends",
"outputDirectory": "build",
"installCommand": "yarn install"
"installCommand": "pwd && ls -l .. && yarn install"
}