Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Feb 15, 2024
1 parent b7c82da commit 148277f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: make lint
- name: Run tests
run: make test
- name: Run build
run: make build
- name: Publish
run: |
npm config set //registry.npmjs.org/:_authToken ${{ secrets.npmjs_com }}
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": "@hexlet/chatbot-v2",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"homepage": "https://hexlet.github.io/react-flowbot-ui-kit/",
"files": [
Expand Down

0 comments on commit 148277f

Please sign in to comment.