ci: remove component build from release (#445)

This commit is contained in:
Adam Uhlíř
2022-06-28 11:05:18 +02:00
committed by GitHub
parent 2a5c598ece
commit d0f9fa776b
-1
View File
@@ -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}}