Skip to content

Commit 41fffbb

Browse files
committed
add publish
1 parent fa3f8d4 commit 41fffbb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ lint:
1212

1313
test:
1414
echo no tests
15+
16+
publish:
17+
npm publish --access=public

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@hexlet/chatbot-v2",
3-
"private": true,
43
"version": "0.0.1",
54
"type": "module",
65
"files": ["dist"],

0 commit comments

Comments
 (0)