Skip to content

Commit

Permalink
yarn build run (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
upalatucci authored Feb 7, 2022
1 parent ca61af9 commit e47299e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
cache: 'yarn'
- run: yarn install
- run: yarn test
- run: yarn build

- name: Publish
uses: JS-DevTools/npm-publish@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubevirt-ui/components",
"version": "0.0.2",
"version": "0.0.3",
"description": "React Component Library for Kubevirt UI",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit e47299e

Please sign in to comment.