Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Use theia-plugin instead of theia:plugin.
Browse files Browse the repository at this point in the history
fixes eclipse-che/che#14145 eclipse-che/che#15552.

Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
  • Loading branch information
monaka authored and benoitf committed Jan 13, 2020
1 parent b61def0 commit 1e32322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/telemetry-plugin/package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 1e32322

Please sign in to comment.