Skip to content

Commit 2b01fef

Browse files
committed
Updated package-with-lsp script in package.json
1 parent a7173ac commit 2b01fef

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
@@ -70,7 +70,7 @@
7070
}
7171
},
7272
"scripts": {
73-
"package-with-lsp": "gradle build && vsce package -o build.vsix",
73+
"package-with-lsp": "gradle installDist && vsce package -o build.vsix",
7474
"vscode:prepublish": "npm run compile",
7575
"compile": "tsc -p ./",
7676
"watch": "tsc -watch -p ./",

0 commit comments

Comments
 (0)