Skip to content

Commit

Permalink
chore(release): remove publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
jogelin committed Dec 7, 2024
1 parent 367fb2a commit ed8d567
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 ed8d567

Please sign in to comment.