File tree Expand file tree Collapse file tree
examples/plugins/src/package-json/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export type PluginOptions = {
6060 * }
6161 *
6262 * // terminal
63- * npx code-pushup --config code-pushup.config.ts
63+ * npx code-pushup
6464 */
6565export function create ( options : PluginOptions ) : PluginConfig {
6666 return {
Original file line number Diff line number Diff line change 2929 }
3030 },
3131 "run-collect" : {
32- "command" : " npx dist/packages/cli collect --config=code-pushup.config.ts " ,
32+ "command" : " npx dist/packages/cli collect" ,
3333 "dependsOn" : [
3434 {
3535 "projects" : [
4343 ]
4444 },
4545 "run-upload" : {
46- "command" : " npx dist/packages/cli upload --config=code-pushup.config.ts " ,
46+ "command" : " npx dist/packages/cli upload" ,
4747 "dependsOn" : [
4848 {
4949 "projects" : [
5757 ]
5858 },
5959 "run-autorun" : {
60- "command" : " npx dist/packages/cli autorun --config=code-pushup.config.ts " ,
60+ "command" : " npx dist/packages/cli autorun" ,
6161 "dependsOn" : [
6262 {
6363 "projects" : [
You can’t perform that action at this time.
0 commit comments