We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca61af9 commit e47299eCopy full SHA for e47299e
.github/workflows/deploy.yml
@@ -22,6 +22,7 @@ jobs:
22
cache: 'yarn'
23
- run: yarn install
24
- run: yarn test
25
+ - run: yarn build
26
27
- name: Publish
28
uses: JS-DevTools/npm-publish@v1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kubevirt-ui/components",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "React Component Library for Kubevirt UI",
5
"license": "Apache-2.0",
6
"repository": {
0 commit comments