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.
2 parents e9b95a3 + 5582557 commit c6238f6Copy full SHA for c6238f6
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