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 29, 2020
1 parent 68a67a8 commit 3686fca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e-tests/development-runtime/scripts/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ async function update() {
const history = await getHistory()

const { file: fileArg, replacements } = args

console.log(`Running "npm update"`, args)

const filePath = path.resolve(fileArg)
let exists = true
if (!fs.existsSync(filePath)) {
Expand Down

0 comments on commit 3686fca

Please sign in to comment.