From b96931a784a565302437942fcce8a4e029babc7c Mon Sep 17 00:00:00 2001 From: my8bit Date: Tue, 22 Feb 2022 12:38:23 +0100 Subject: [PATCH] fix pipeling to add buind step by tsc --- .github/workflows/npm-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ef8c690..3f354a0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,6 +28,7 @@ jobs: node-version: 16 registry-url: https://registry.npmjs.org/ - run: npm ci + - run: npx tsc - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}}