Skip to content

Commit

Permalink
stdio: 'inherit'
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Jan 9, 2025
1 parent 1330133 commit ab24608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ GDF.extend(class extends GDF {

if (!toml.includes('client_id')) {
console.log(`${chalk.bold.green('execute'.padStart(11))} shopify app config create`)
execSync('shopify app config link', { encoding: 'utf8' })
execSync('shopify app config link', { encoding: 'utf8', stdio: 'inherit'})

Check failure on line 323 in fly.js

View workflow job for this annotation

GitHub Actions / test

A space is required before '}'

Check failure on line 323 in fly.js

View workflow job for this annotation

GitHub Actions / test

A space is required before '}'
}

const env = {
Expand Down

0 comments on commit ab24608

Please sign in to comment.