diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 063d36d13..7865ee82d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,7 +14,8 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm install, build, and test run: | - # npm ci + cd linear-algebra-javascript + npm ci npm run build --if-present npm test env: