Skip to content

Commit

Permalink
fix: added sym-rel (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucswift authored Jun 21, 2024
1 parent 4fb227f commit 4ce888e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,14 @@
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"publish:cocoapod": "pod trunk push ./CapacitorLocalNotifications.podspec --allow-warnings"
"publish:cocoapod": "pod trunk push ./CapacitorLocalNotifications.podspec --allow-warnings",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@semantic-release/git": "^10.0.0",
"@semantic-release/github": "^10.0.6",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@capacitor/android": "^6.0.0",
"@capacitor/cli": "^6.0.0",
"@capacitor/core": "^6.0.0",
Expand All @@ -60,6 +65,7 @@
"prettier-plugin-java": "~1.0.2",
"rimraf": "^3.0.0",
"rollup": "^2.29.0",
"semantic-release": "^24.0.0",
"swiftlint": "^1.0.1",
"typescript": "~4.1.5"
},
Expand Down

0 comments on commit 4ce888e

Please sign in to comment.