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": {