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 ]
2
2
name : Test
3
3
jobs :
4
4
test :
5
5
name : ${{ matrix.os }} on node ${{ matrix.node }}
6
6
runs-on : ${{ matrix.os }}
7
7
strategy :
8
8
matrix :
9
- os : [windows-latest, ubuntu-latest, macos -latest]
9
+ os : [ubuntu-latest]
10
10
node : [10, 12, 13]
11
11
steps :
12
12
- 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
10
10
mkdir my
11
11
12
12
echo " make patch file"
13
- patch-package left-pad --patch-dir my/patches
13
+ npx patch-package left-pad --patch-dir my/patches
14
14
15
15
ls my/patches/left-pad*
16
16
@@ -19,6 +19,6 @@ rimraf node_modules
19
19
yarn
20
20
21
21
echo " run patch-package"
22
- patch-package --patch-dir my/patches
22
+ npx patch-package --patch-dir my/patches
23
23
24
24
grep patch-package node_modules/left-pad/index.js
You can’t perform that action at this time.
0 commit comments