fix make run

This commit is contained in:
Koen Lageveen 2023-07-03 20:43:00 +02:00 committed by GitHub
parent 22260e728d
commit 5dd9aaa2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run:
- make
run: make
env:
CI: true