Skip to content

Commit 32a4fc9

Browse files
authored
Merge pull request #1157 from jogelin/remove-unused-publish-task
fix(release): cleanup publish task
2 parents d5a6c66 + ed8d567 commit 32a4fc9

File tree

8 files changed

+0
-32
lines changed

8 files changed

+0
-32
lines changed

packages/capacitor/project.json

-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
"options": {
5353
"jestConfig": "packages/capacitor/jest.config.ts"
5454
}
55-
},
56-
"publish": {
57-
"command": "node tools/scripts/publish.mjs capacitor {args.ver} {args.tag}",
58-
"dependsOn": ["build"]
5955
}
6056
},
6157
"tags": []

packages/ionic-angular/project.json

-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
"options": {
4848
"jestConfig": "packages/ionic-angular/jest.config.ts"
4949
}
50-
},
51-
"publish": {
52-
"command": "node tools/scripts/publish.mjs ionic-angular {args.ver} {args.tag}",
53-
"dependsOn": ["build"]
5450
}
5551
},
5652
"tags": []

packages/ionic-react/project.json

-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
"options": {
4848
"jestConfig": "packages/ionic-react/jest.config.ts"
4949
}
50-
},
51-
"publish": {
52-
"command": "node tools/scripts/publish.mjs ionic-react {args.ver} {args.tag}",
53-
"dependsOn": ["build"]
5450
}
5551
},
5652
"tags": []

packages/preact/project.json

-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
]
5353
},
5454
"outputs": ["{options.outputPath}"]
55-
},
56-
"publish": {
57-
"command": "node tools/scripts/publish.mjs preact {args.ver} {args.tag}",
58-
"dependsOn": ["build"]
5955
}
6056
},
6157
"tags": []

packages/solid/project.json

-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
]
5353
},
5454
"outputs": ["{options.outputPath}"]
55-
},
56-
"publish": {
57-
"command": "node tools/scripts/publish.mjs solid {args.ver} {args.tag}",
58-
"dependsOn": ["build"]
5955
}
6056
},
6157
"tags": []

packages/stencil/project.json

-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@
6969
"dependencies": true
7070
}
7171
]
72-
},
73-
"publish": {
74-
"command": "node tools/scripts/publish.mjs stencil {args.ver} {args.tag}",
75-
"dependsOn": ["build"]
7672
}
7773
},
7874
"tags": []

packages/svelte/project.json

-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
"dependencies": true
5959
}
6060
]
61-
},
62-
"publish": {
63-
"command": "node tools/scripts/publish.mjs svelte {args.ver} {args.tag}",
64-
"dependsOn": ["build"]
6561
}
6662
},
6763
"tags": []

packages/sveltekit/project.json

-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@
4646
}
4747
]
4848
}
49-
},
50-
"publish": {
51-
"command": "node tools/scripts/publish.mjs sveltekit {args.ver} {args.tag}",
52-
"dependsOn": ["build"]
5349
}
5450
},
5551
"tags": []

0 commit comments

Comments
 (0)