Skip to content

Commit 7be84ec

Browse files
committed
updates to package.json
1 parent 521e210 commit 7be84ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"watch": "parcel watch",
2424
"test": "jest",
2525
"test:coverage": "jest --coverage",
26-
"publish": "npm version patch && npm publish",
26+
"publish": "yarn version && npm publish",
2727
"prettier": "prettier --write .",
2828
"pre-commit": "yarn prettier && lint-staged"
2929
},

0 commit comments

Comments
 (0)