Skip to content

Commit

Permalink
chore: add publish command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GTOsss committed May 19, 2022
1 parent 2fc010e commit 5bf504c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"lint": "cross-env eslint . --ext .js,.jsx,.ts,.tsx --fix.",
"test": "cross-env NODE_ENV=test jest",
"clean": "rimraf dist lib es types",
"commit": "cross-env git-cz"
"commit": "cross-env git-cz",
"publish": "yarn run build && npm publish"
},
"author": "Goncharov Timofey",
"repository": {
Expand Down

0 comments on commit 5bf504c

Please sign in to comment.