We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c6e00 commit 261aff3Copy full SHA for 261aff3
package.json
@@ -59,8 +59,8 @@
59
"vscode-languageserver": "^9.0.1"
60
},
61
"scripts": {
62
- "vscode:prepublish": "npm run compile",
63
- "compile": "tsc -b ./client && node esbuild.js",
+ "vscode:prepublish": "npm run build",
+ "build": "tsc -b ./client && node esbuild.js",
64
"watch": "tsc -b -w",
65
"lint": "eslint",
66
"postinstall": "cd client && npm install && cd ../server && npm install && cd ..",
0 commit comments