2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-16 16:40:34 +03:00
Files
vue-meta/.versionrc
T
2021-02-01 00:08:35 +01:00

8 lines
127 B
Plaintext

{
"commit-all": true,
"scripts": {
"postbump": "yarn build",
"precommit": "git add -f dist/*.js dist/*.d.ts"
}
}