Skip to content

Commit e658e0d

Browse files
committed
chore: do not publish filesystem/geolocation to CocoaPods
1 parent d04a74e commit e658e0d

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

filesystem/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
4444
"clean": "rimraf ./dist",
4545
"watch": "tsc --watch",
46-
"prepublishOnly": "npm run build",
47-
"publish:cocoapod": "pod trunk push ./CapacitorFilesystem.podspec --allow-warnings"
46+
"prepublishOnly": "npm run build"
4847
},
4948
"devDependencies": {
5049
"@capacitor/android": "^7.0.0",

geolocation/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
4444
"clean": "rimraf ./dist",
4545
"watch": "tsc --watch",
46-
"prepublishOnly": "npm run build",
47-
"publish:cocoapod": "pod trunk push ./CapacitorGeolocation.podspec --allow-warnings"
46+
"prepublishOnly": "npm run build"
4847
},
4948
"devDependencies": {
5049
"@capacitor/android": "^7.0.0",

0 commit comments

Comments
 (0)