Skip to content

Commit 4e3159f

Browse files
committed
build: fix ci:version script
1 parent 0f73092 commit 4e3159f

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
@@ -56,7 +56,7 @@
5656
],
5757
"scripts": {
5858
"ci:release": "changeset publish && npm run ci:publish",
59-
"ci:version": "changeset version && npm run install --lockfile-only --engine-strict=false",
59+
"ci:version": "changeset version && npm i --lockfile-only --engine-strict=false",
6060
"ci:package": "vsce package",
6161
"ci:publish": "vsce publish",
6262
"vscode:prepublish": "npm run build",

0 commit comments

Comments
 (0)