chore(vue-flow): commit all files on postpublish

This commit is contained in:
bcakmakoglu
2022-06-10 21:14:49 +02:00
parent 62c45d3982
commit fd6c34ce6c
+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 && git commit -m \"chore: bump version\"",
"postpublish": "shx rm README.md && git commit -a -m \"chore: bump version\"",
"test": "exit 0"
},
"peerDependencies": {