Skip to content

Commit 0a20f49

Browse files
committed
check if bump is necessary for installs
1 parent 1a5562c commit 0a20f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/build/src/release.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import { publishAuxiliaryPackages } from './publish-auxiliary';
2727

2828
export type ReleaseCommand =
2929
| 'bump'
30+
| 'bump-packages'
3031
| 'compile'
3132
| 'package'
3233
| 'sign'

0 commit comments

Comments
 (0)