diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index cc7189e09..8d6361fb0 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -48,6 +48,9 @@ jobs: run: | ./lib/binding/osrm-datastore.exe test/data/ch/monaco.osrm npm run nodejs-tests + - name: Build Node package + run: | + ./node_modules/.bin/node-pre-gyp reveal - name: Build Node package run: ./scripts/ci/node_package.sh - name: Publish Node package