Skip to content

Commit 541c2ec

Browse files
committed
use npx
1 parent da1f04c commit 541c2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/happy-path-npm/happy-path-npm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "Add left-pad"
1010
npm i left-pad@1.1.3
1111

1212
echo "replace pad with yarn in left-pad/index.js"
13-
replace pad npm node_modules/left-pad/index.js
13+
npx replace pad npm node_modules/left-pad/index.js
1414

1515
echo "SNAPSHOT: making patch"
1616
npx patch-package left-pad

0 commit comments

Comments
 (0)