Skip to content

Commit c7d44fd

Browse files
committed
Another CI Fix
1 parent e17a50c commit c7d44fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
with:
5555
node-version: ${{ matrix.node-version }}
5656

57+
- name: NPM install
58+
run: npm install
59+
5760
- name: NPM build
5861
run: npm run build
5962

0 commit comments

Comments
 (0)