diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8ee3074..7e6bd32 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,6 +19,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm install and build run: | + npm install npm ci npm run build --if-present env: