From 1e323222c3fefeab2b9ecc75b71074274ab214b9 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sat, 11 Jan 2020 11:00:28 +0900 Subject: [PATCH] Use theia-plugin instead of theia:plugin. fixes eclipse/che#14145 eclipse/che#15552. Signed-off-by: Masaki Muranaka --- plugins/telemetry-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/telemetry-plugin/package.json b/plugins/telemetry-plugin/package.json index c3d47c2e6..b16f36673 100644 --- a/plugins/telemetry-plugin/package.json +++ b/plugins/telemetry-plugin/package.json @@ -30,7 +30,7 @@ "lint": "tslint -c ../../configs/tslint.json --project tsconfig.json", "lint:fix": "tslint -c ../../configs/tslint.json --fix --project .", "compile": "tsc", - "build": "yarn lint:fix && concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia:plugin pack", + "build": "yarn lint:fix && concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia-plugin pack", "watch": "tsc -w" }, "engines": {