We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1f04c commit 541c2ecCopy full SHA for 541c2ec
integration-tests/happy-path-npm/happy-path-npm.sh
@@ -10,7 +10,7 @@ echo "Add left-pad"
10
npm i left-pad@1.1.3
11
12
echo "replace pad with yarn in left-pad/index.js"
13
-replace pad npm node_modules/left-pad/index.js
+npx replace pad npm node_modules/left-pad/index.js
14
15
echo "SNAPSHOT: making patch"
16
npx patch-package left-pad
0 commit comments