diff --git a/ci/node.js.yml b/ci/node.js.yml index c4f17f9..408eac6 100644 --- a/ci/node.js.yml +++ b/ci/node.js.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - name: npm ci, build, and test + - name: npm install, build, and test run: | npm ci npm run build --if-present