Skip to content

Commit 261aff3

Browse files
committed
wrong npm command
1 parent c0c6e00 commit 261aff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"vscode-languageserver": "^9.0.1"
6060
},
6161
"scripts": {
62-
"vscode:prepublish": "npm run compile",
63-
"compile": "tsc -b ./client && node esbuild.js",
62+
"vscode:prepublish": "npm run build",
63+
"build": "tsc -b ./client && node esbuild.js",
6464
"watch": "tsc -b -w",
6565
"lint": "eslint",
6666
"postinstall": "cd client && npm install && cd ../server && npm install && cd ..",

0 commit comments

Comments
 (0)