We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c82da commit 148277fCopy full SHA for 148277f
.github/workflows/release.yml
@@ -20,6 +20,8 @@ jobs:
20
run: make lint
21
- name: Run tests
22
run: make test
23
+ - name: Run build
24
+ run: make build
25
- name: Publish
26
run: |
27
npm config set //registry.npmjs.org/:_authToken ${{ secrets.npmjs_com }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hexlet/chatbot-v2",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"type": "module",
5
"homepage": "https://hexlet.github.io/react-flowbot-ui-kit/",
6
"files": [
0 commit comments