Skip to content

Commit

Permalink
dev-tmp: e2e log update command execs to terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jun 25, 2020
1 parent 25f7966 commit b31b7b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e-tests/themes/development-runtime/scripts/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

Expand Down

0 comments on commit b31b7b8

Please sign in to comment.