Skip to content

Commit

Permalink
Bump execa form v1 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-topi committed Oct 27, 2020
1 parent f912d82 commit dba9e1a
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 96 deletions.
146 changes: 52 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"airtable": "^0.10.0",
"bunyan": "^1.8.14",
"dotenv": "^8.2.0",
"execa": "^1.0.0",
"execa": "^4.0.3",
"node-cron": "^2.0.3",
"p-retry": "4.2.0",
"pg": "^8.4.1",
Expand Down
2 changes: 1 addition & 1 deletion steps.js
Expand Up @@ -20,7 +20,7 @@ const logger = require('./logger');
const RESTORE_LIST_FILENAME = 'restore.list';

function shellSync(cmdline) {
execa.shellSync(cmdline, { stdio: 'inherit' });
execa.sync(cmdline, { stdio: 'inherit', shell: true });
}

function execSync(cmd, args) {
Expand Down

0 comments on commit dba9e1a

Please sign in to comment.