Skip to content

Commit 5db7002

Browse files
committed
workflow: force publish all packages
1 parent 1a83944 commit 5db7002

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/release.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ const release = async () => {
8686
await execa(require.resolve('lerna/bin/lerna'), [
8787
'publish',
8888
'--repo-version',
89-
version
89+
version,
90+
'--force-publish',
91+
'*'
9092
], { stdio: 'inherit' })
9193

9294
require('./genChangelog')(version)

0 commit comments

Comments
 (0)