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/factory-plugin/package.json b/plugins/factory-plugin/package.json index 2b39ee388..8bd267f5b 100644 --- a/plugins/factory-plugin/package.json +++ b/plugins/factory-plugin/package.json @@ -24,7 +24,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/ports-plugin/package.json b/plugins/ports-plugin/package.json index a485d4586..8c95af229 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 c7623a2a7..b9b2e9049 100644 --- a/plugins/ssh-plugin/package.json +++ b/plugins/ssh-plugin/package.json @@ -43,7 +43,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 474819a7a..2a91aa2b1 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/welcome-plugin/package.json b/plugins/welcome-plugin/package.json index b556b3d9d..54c55f040 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": {