Skip to content

Commit

Permalink
fix: remove yarn test from publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Jul 25, 2021
1 parent 5670f35 commit 8304e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"npm-publish": "yarn test && yarn build && yarn publish"
"npm-publish": "yarn build && yarn publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8304e3b

Please sign in to comment.