We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f73bd commit 5582557Copy full SHA for 5582557
integration-tests/yarn-workspaces/yarn-workspaces.sh
@@ -12,14 +12,14 @@ echo "modify hoisted left-pad"
12
npx replace leftPad patch-package node_modules/left-pad/index.js
13
14
echo "create patch file"
15
-npx patch-package left-pad
+yarn patch-package left-pad
16
17
echo "modify unhoisted left-pad"
18
npx replace leftPad patch-package packages/a/node_modules/left-pad/index.js
19
20
21
cd packages/a
22
23
24
echo "go back to root"
25
cd ../../
0 commit comments