Skip to content

Commit fd24242

Browse files
committed
fix vscode:build command
1 parent 664a8e0 commit fd24242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
}
9696
},
9797
"scripts": {
98-
"vscode:build": "vsce package",
98+
"vscode:build": "npx vsce package",
9999
"vscode:prepublish": "npm run compile",
100100
"compile": "tsc -p ./",
101101
"watch": "tsc -watch -p ./",

0 commit comments

Comments
 (0)