UNPKG

353 BJSONView Raw
1{
2 "github": {
3 "release": true,
4 "assets": "brew-distribution/*.zip"
5 },
6 "buildCommand": "yarn package",
7 "scripts": {
8 "beforeStart": "VERSION=${version} yarn ts-node scripts/update-changelog.ts",
9 "beforeBump": "yarn declarations; yarn build:schemas",
10 "afterRelease": "VERSION=${version} scripts/create-homebrew-tap-pr.sh"
11 }
12}