Skip to content

Commit

Permalink
updates to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwill123 committed Jul 1, 2023
1 parent 521e210 commit 7be84ec
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 @@ -23,7 +23,7 @@
"watch": "parcel watch",
"test": "jest",
"test:coverage": "jest --coverage",
"publish": "npm version patch && npm publish",
"publish": "yarn version && npm publish",
"prettier": "prettier --write .",
"pre-commit": "yarn prettier && lint-staged"
},
Expand Down

0 comments on commit 7be84ec

Please sign in to comment.