Skip to content

Commit 8353216

Browse files
authored
fix: npm publish fix (#585)
1 parent 67e0281 commit 8353216

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/funny-tables-impress.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"build:quick": "lerna run compile && lerna run bundle && lerna run package",
1616
"release:version": "lerna version --force-publish",
17-
"release:publish": "lerna publish from-git --yes",
17+
"release:publish": "lerna publish from-package --yes",
1818
"ci": "npm-run-all format:validate ci:subpackages coverage:merge legal:*",
1919
"compile": "yarn run clean && tsc --build",
2020
"compile:watch": "yarn run clean && tsc --build --watch",

0 commit comments

Comments
 (0)