We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2825fc6 commit 5966306Copy full SHA for 5966306
package.json
@@ -7,7 +7,7 @@
7
"sync-next-dap": "curl https://raw.githubusercontent.com/microsoft/debug-adapter-protocol/next/debugAdapterProtocol.json > debugProtocol.json && npm run compile",
8
"test": "lerna run test --stream",
9
"compile": "lerna run compile --stream",
10
- "version": "lerna version --exact --force-publish",
+ "version": "lerna version --exact --force-publish=\"*\"",
11
"postinstall": "lerna bootstrap"
12
},
13
"devDependencies": {
0 commit comments