solvable-sheep-game/.versionrc.cjs
2022-09-19 20:28:44 +08:00

6 lines
94 B
JavaScript

module.exports = {
scripts: {
postbump: 'yarn build && git add dist/*',
},
};