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 8edc4db commit 304974dCopy full SHA for 304974d
integration-tests/custom-patch-dir/custom-patch-dir.sh
@@ -10,7 +10,7 @@ npx replace pad patch-package node_modules/left-pad/index.js
10
mkdir my
11
12
echo "make patch file"
13
-patch-package left-pad --patch-dir my/patches
+npx patch-package left-pad --patch-dir my/patches
14
15
ls my/patches/left-pad*
16
@@ -19,6 +19,6 @@ rimraf node_modules
19
yarn
20
21
echo "run patch-package"
22
-patch-package --patch-dir my/patches
+npx patch-package --patch-dir my/patches
23
24
grep patch-package node_modules/left-pad/index.js
0 commit comments