From d0f9fa776b1ca018510dc8c57b9878cfb9b28129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Tue, 28 Jun 2022 11:05:18 +0200 Subject: [PATCH] ci: remove component build from release (#445) --- .github/workflows/publish_npmjs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish_npmjs.yaml b/.github/workflows/publish_npmjs.yaml index c5d2331..0117f24 100644 --- a/.github/workflows/publish_npmjs.yaml +++ b/.github/workflows/publish_npmjs.yaml @@ -16,7 +16,6 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm run compile:types - - run: npm run build:component - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}