diff --git a/e2e-tests/themes/development-runtime/scripts/update.js b/e2e-tests/themes/development-runtime/scripts/update.js index dd784a1b4d8f5..a12014e808b39 100644 --- a/e2e-tests/themes/development-runtime/scripts/update.js +++ b/e2e-tests/themes/development-runtime/scripts/update.js @@ -17,6 +17,8 @@ async function update() { const { file, newFile } = args + console.log(`Running "npm update ${file} ${newFile}"`) + const fileContent = await fs.readFile(file, `utf8`) const newFileContent = await fs.readFile(newFile, `utf8`)