From 33525fcd4c50632dd9f23091f5212bdebe40f48b Mon Sep 17 00:00:00 2001 From: Jens Pots Date: Sun, 15 Sep 2024 18:25:58 +0200 Subject: [PATCH] fix(ci): corrected npm command [no ci] --- .github/workflows/publish-npm.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 800d34d..e9f9b49 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -15,9 +15,12 @@ jobs: with: node-version: 16 registry-url: https://npm.pkg.github.com/ + # Include a Protobuf and gRPC code generator. + - name: Install Protoc + uses: arduino/setup-protoc@v3 - run: npm ci working-directory: ./packages/runner-ts - - run: npm build + - run: npm run build working-directory: ./packages/runner-ts - run: npm publish env: