Skip to content

Commit 02ac87a

Browse files
authored
Merge pull request #84 from react-native-community/fix/release-script
Align pnpx -> npx in release script
2 parents 3d92a7d + de6f388 commit 02ac87a

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)