add debug output to install command
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"buildCommand": "pwd && ls -l .. && yarn build-trends",
|
||||
"outputDirectory": "build",
|
||||
"installCommand": "yarn install"
|
||||
"installCommand": "pwd && ls -l .. && yarn install"
|
||||
}
|
||||
Reference in New Issue
Block a user