Skip to content

Commit

Permalink
Merge pull request #1157 from jogelin/remove-unused-publish-task
Browse files Browse the repository at this point in the history
fix(release): cleanup publish task
  • Loading branch information
edbzn authored Dec 8, 2024
2 parents d5a6c66 + ed8d567 commit 32a4fc9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions packages/capacitor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
"options": {
"jestConfig": "packages/capacitor/jest.config.ts"
}
},
"publish": {
"command": "node tools/scripts/publish.mjs capacitor {args.ver} {args.tag}",
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
4 changes: 0 additions & 4 deletions packages/ionic-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
"options": {
"jestConfig": "packages/ionic-angular/jest.config.ts"
}
},
"publish": {
"command": "node tools/scripts/publish.mjs ionic-angular {args.ver} {args.tag}",
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
4 changes: 0 additions & 4 deletions packages/ionic-react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
"options": {
"jestConfig": "packages/ionic-react/jest.config.ts"
}
},
"publish": {
"command": "node tools/scripts/publish.mjs ionic-react {args.ver} {args.tag}",
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
4 changes: 0 additions & 4 deletions packages/preact/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
]
},
"outputs": ["{options.outputPath}"]
},
"publish": {
"command": "node tools/scripts/publish.mjs preact {args.ver} {args.tag}",
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
4 changes: 0 additions & 4 deletions packages/solid/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
]
},
"outputs": ["{options.outputPath}"]
},
"publish": {
"command": "node tools/scripts/publish.mjs solid {args.ver} {args.tag}",
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
4 changes: 0 additions & 4 deletions packages/stencil/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@
"dependencies": true
}
]
},
"publish": {
"command": "node tools/scripts/publish.mjs stencil {args.ver} {args.tag}",
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
4 changes: 0 additions & 4 deletions packages/svelte/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"dependencies": true
}
]
},
"publish": {
"command": "node tools/scripts/publish.mjs svelte {args.ver} {args.tag}",
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
4 changes: 0 additions & 4 deletions packages/sveltekit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
}
]
}
},
"publish": {
"command": "node tools/scripts/publish.mjs sveltekit {args.ver} {args.tag}",
"dependsOn": ["build"]
}
},
"tags": []
Expand Down

0 comments on commit 32a4fc9

Please sign in to comment.