diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ae2a715a..01807ef0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -42,7 +42,7 @@ jobs: - name: setup project run: npm i --ignore-scripts - name: build ${{ matrix.target }} - run: npm run build + run: npm run build-dev - name: artifact build result # see https://github.com/actions/upload-artifact uses: actions/upload-artifact@v4