Skip to content

Commit 03e600f

Browse files
committed
fix: recursive install
1 parent 197b831 commit 03e600f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- run: npm install
17-
- run: npm install:plugins
17+
- run: npm run install:plugins
1818
- uses: artiomtr/[email protected]
1919
with:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- run: npm install
21-
- run: npm install:plugins
21+
- run: npm run install:plugins
2222
- run: npm run lint
2323
- run: npm run build
2424
- run: npm test

0 commit comments

Comments
 (0)