Skip to content

Commit

Permalink
fix: remove postpublish scripts (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Oct 14, 2021
1 parent aaf8392 commit ed6ac49
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion action-sheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorActionSheet.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion app-launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorAppLauncher.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorApp.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorBrowser.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion camera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorCamera.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion clipboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorClipboard.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion device/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorDevice.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorDialog.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorFilesystem.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion geolocation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorGeolocation.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion haptics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorHaptics.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion keyboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorKeyboard.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion local-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorLocalNotifications.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorNetwork.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion push-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorPushNotifications.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion screen-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorScreenReader.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorShare.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion splash-screen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorSplashScreen.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion status-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorStatusBar.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorStorage.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion text-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorTextZoom.podspec --allow-warnings"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorToast.podspec --allow-warnings"
},
"devDependencies": {
Expand Down

0 comments on commit ed6ac49

Please sign in to comment.