Skip to content

Commit e47299e

Browse files
authored
yarn build run (#19)
1 parent ca61af9 commit e47299e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
cache: 'yarn'
2323
- run: yarn install
2424
- run: yarn test
25+
- run: yarn build
2526

2627
- name: Publish
2728
uses: JS-DevTools/npm-publish@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubevirt-ui/components",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "React Component Library for Kubevirt UI",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)