mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 18:17:36 +08:00
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
module.exports = {
|
|
scripts: {
|
|
postbump: 'yarn build && git add dist/*',
|
|
},
|
|
};
|