Skip to content

Commit de6f388

Browse files
committed
Align pnpx -> npx in release script
1 parent 3d92a7d commit de6f388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/new-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function pushMaster () {
145145

146146
function cleanUpYarnStuff () {
147147
rm -rf .yarn
148-
pnpx node-jq 'del(.packageManager)' package.json | npx sponge package.json
148+
npx node-jq 'del(.packageManager)' package.json | npx sponge package.json
149149
}
150150

151151
function generateTable () {

0 commit comments

Comments
 (0)