Remove call to build script

This commit is contained in:
Christian Georgi
2020-05-14 20:58:23 +02:00
committed by Christian Georgi
parent 20593f2fa2
commit 2b345ca447

View File

@@ -25,5 +25,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test