diff --git a/plugins/containers-plugin/package.json b/plugins/containers-plugin/package.json index e1bae2140..165d5e62f 100644 --- a/plugins/containers-plugin/package.json +++ b/plugins/containers-plugin/package.json @@ -45,7 +45,7 @@ "lint": "tslint -c ../../configs/tslint.json --project tsconfig.json", "lint:fix": "tslint -c ../../configs/tslint.json --fix --project .", "compile": "tsc", - "build": "concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia:plugin pack", + "build": "concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia-plugin pack", "watch": "tsc -w" }, "engines": { diff --git a/plugins/ports-plugin/package.json b/plugins/ports-plugin/package.json index aed48e421..48e4c01aa 100644 --- a/plugins/ports-plugin/package.json +++ b/plugins/ports-plugin/package.json @@ -29,7 +29,7 @@ "lint": "tslint -c ../../configs/tslint.json --project tsconfig.json", "lint:fix": "tslint -c ../../configs/tslint.json --fix --project .", "compile": "tsc", - "build": "concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia:plugin pack", + "build": "concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia-plugin pack", "watch": "tsc -w", "test": "jest", "test-watch": "jest --watchAll" diff --git a/plugins/ssh-plugin/package.json b/plugins/ssh-plugin/package.json index 95719357c..ccc0b0567 100644 --- a/plugins/ssh-plugin/package.json +++ b/plugins/ssh-plugin/package.json @@ -45,7 +45,7 @@ "compile": "tsc", "lint": "tslint -c ../../configs/tslint.json --project tsconfig.json", "lint:fix": "tslint -c ../../configs/tslint.json --fix --project .", - "build": "concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia:plugin pack" + "build": "concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia-plugin pack" }, "engines": { "theiaPlugin": "next" diff --git a/plugins/task-plugin/package.json b/plugins/task-plugin/package.json index fe5fd954a..fcd9cbebd 100644 --- a/plugins/task-plugin/package.json +++ b/plugins/task-plugin/package.json @@ -54,7 +54,7 @@ "compile": "tsc", "lint": "tslint -c ../../configs/tslint.json --project tsconfig.json", "lint:fix": "tslint -c ../../configs/tslint.json --fix --project .", - "build": "concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia:plugin pack" + "build": "concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia-plugin pack" }, "engines": { "theiaPlugin": "next" 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": { diff --git a/plugins/welcome-plugin/package.json b/plugins/welcome-plugin/package.json index 4e091a7ce..a159b159a 100644 --- a/plugins/welcome-plugin/package.json +++ b/plugins/welcome-plugin/package.json @@ -42,7 +42,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": { diff --git a/plugins/workspace-plugin/package.json b/plugins/workspace-plugin/package.json index 001d54d51..208925118 100644 --- a/plugins/workspace-plugin/package.json +++ b/plugins/workspace-plugin/package.json @@ -27,7 +27,7 @@ "lint": "tslint -c ../../configs/tslint.json --project tsconfig.json", "lint:fix": "tslint -c ../../configs/tslint.json --fix --project .", "compile": "tsc", - "build": "concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia:plugin pack", + "build": "concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\" && theia-plugin pack", "watch": "tsc -w", "test": "jest", "test:watch": "jest --watchAll"