chore(vue-flow): commit version bump on postpublish

This commit is contained in:
bcakmakoglu
2022-06-10 21:11:10 +02:00
committed by Braks
parent 7de3509bd2
commit 62c45d3982
+1 -1
View File
@@ -31,7 +31,7 @@
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist",
"prepublishOnly": "shx cp ../../README.md .",
"release": "pnpm np",
"postpublish": "shx rm README.md",
"postpublish": "shx rm README.md && git commit -m \"chore: bump version\"",
"test": "exit 0"
},
"peerDependencies": {