File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
integration-tests/custom-patch-dir Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- on : [push]
1+ on : [push, pull_request ]
22name : Test
33jobs :
44 test :
55 name : ${{ matrix.os }} on node ${{ matrix.node }}
66 runs-on : ${{ matrix.os }}
77 strategy :
88 matrix :
9- os : [windows-latest, ubuntu-latest, macos -latest]
9+ os : [ubuntu-latest]
1010 node : [10, 12, 13]
1111 steps :
1212 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ npx replace pad patch-package node_modules/left-pad/index.js
1010mkdir my
1111
1212echo " make patch file"
13- patch-package left-pad --patch-dir my/patches
13+ npx patch-package left-pad --patch-dir my/patches
1414
1515ls my/patches/left-pad*
1616
@@ -19,6 +19,6 @@ rimraf node_modules
1919yarn
2020
2121echo " run patch-package"
22- patch-package --patch-dir my/patches
22+ npx patch-package --patch-dir my/patches
2323
2424grep patch-package node_modules/left-pad/index.js
You can’t perform that action at this time.
0 commit comments