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 67e0281 commit 8353216Copy full SHA for 8353216
.changeset/funny-tables-impress.md
@@ -0,0 +1,6 @@
1
+---
2
+"vscode-ui5-language-assistant": patch
3
+"@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext": patch
4
5
+
6
+npmjs publish fix
package.json
@@ -14,7 +14,7 @@
14
"scripts": {
15
"build:quick": "lerna run compile && lerna run bundle && lerna run package",
16
"release:version": "lerna version --force-publish",
17
- "release:publish": "lerna publish from-git --yes",
+ "release:publish": "lerna publish from-package --yes",
18
"ci": "npm-run-all format:validate ci:subpackages coverage:merge legal:*",
19
"compile": "yarn run clean && tsc --build",
20
"compile:watch": "yarn run clean && tsc --build --watch",
0 commit comments