Skip to content

Commit 1459a0a

Browse files
committed
chore(tools): update release cli scripts
1 parent 832bd87 commit 1459a0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/cli/release.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ const options: IGreaseOptions = {
139139
releaseBranchWhitelist: ['release/*'],
140140
releaseCommitMessageFormat: `release: ${$name}@{{currentTag}}`,
141141
scripts: {
142-
postchangelog: `yarn pack -o %s-%v.tgz${argv.dryRun ? ' -n' : ''}`,
143-
postcommit: 'git pnv',
144-
postgreaser: 'rimraf ./cjs && rimraf ./esm && rimraf ./*.tgz',
142+
postchangelog: `yarn workspace ${$name} build -t ${argv.dryRun && '-d'}`,
143+
postcommit: 'git push --no-verify',
144+
postgreaser: 'rimraf ./*.tgz',
145145
prerelease: `yarn workspace ${$name} test --no-cache`
146146
},
147147
// `continuous-deployment` workflow will create new tag

0 commit comments

Comments
 (0)