From 70a655075b443bffe8a4e771b370d90ab90325e7 Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Mon, 11 Sep 2023 12:31:30 +0200 Subject: [PATCH] Change build command to npm in release-pontos.yml The command has been changed from `node run build` to `npm run build`. --- .github/workflows/release-pontos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pontos.yml b/.github/workflows/release-pontos.yml index 5b4c7eb7e3..49a26df562 100644 --- a/.github/workflows/release-pontos.yml +++ b/.github/workflows/release-pontos.yml @@ -69,7 +69,7 @@ jobs: node-version: "14" cache: "npm" - name: Build dist files - run: node run build + run: npm run build - name: Create tarballs run: | tar -C build -czvf gsa-dist-${{ needs.release.outputs.release-version }}.tar.gz .