Skip to content

Commit

Permalink
fix: pass --yes flag to npx (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein authored Jan 31, 2024
1 parent 836b0bc commit d996692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vscode/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ package os="$(just ../../os)" arch="$(just ../../arch)":
echo "info: getting output package name..." 1>&2
package="$path"/$(just package-name {{ os }} {{ arch }})
echo "info: packaging..." 1>&2
npx @vscode/vsce package -o "$package" --skip-license -t "$target_platform" | sed 's/^/debug: /'
npx --yes @vscode/vsce package -o "$package" --skip-license -t "$target_platform" | sed 's/^/debug: /'
echo "info: writing package to $package..." 1>&2
package-name os="$(just ../../os)" arch="$(just ../../arch)":
Expand Down

0 comments on commit d996692

Please sign in to comment.