Skip to content

Commit 148277f

Browse files
committed
add build
1 parent b7c82da commit 148277f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: make lint
2121
- name: Run tests
2222
run: make test
23+
- name: Run build
24+
run: make build
2325
- name: Publish
2426
run: |
2527
npm config set //registry.npmjs.org/:_authToken ${{ secrets.npmjs_com }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hexlet/chatbot-v2",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"homepage": "https://hexlet.github.io/react-flowbot-ui-kit/",
66
"files": [

0 commit comments

Comments
 (0)