Skip to content

Commit 5966306

Browse files
committed
fix: send arg to force publish
1 parent 2825fc6 commit 5966306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sync-next-dap": "curl https://raw.githubusercontent.com/microsoft/debug-adapter-protocol/next/debugAdapterProtocol.json > debugProtocol.json && npm run compile",
88
"test": "lerna run test --stream",
99
"compile": "lerna run compile --stream",
10-
"version": "lerna version --exact --force-publish",
10+
"version": "lerna version --exact --force-publish=\"*\"",
1111
"postinstall": "lerna bootstrap"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)