From 61c28c2b22207c14c1e74687ae49a9beab6e4206 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 28 Apr 2020 22:32:23 +0200 Subject: Build extension too --- editors/code/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index b8aaa07d8..c4dfa7e13 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -27,6 +27,7 @@ "scripts": { "vscode:prepublish": "tsc && rollup -c", "package": "vsce package -o rust-analyzer.vsix", + "build": "tsc", "watch": "tsc --watch", "lint": "tsfmt --verify && eslint -c .eslintrc.js --ext ts ./src", "fix": " tsfmt -r && eslint -c .eslintrc.js --ext ts ./src --fix" -- cgit v1.2.3