Skip to content

Commit

Permalink
prevent npm package to upload xcframework files
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinZavior committed Jan 10, 2024
1 parent 38e1f95 commit ae8e6b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"!local.properties",
"!project.xcworkspace",
"!xcshareddata",
"!xcuserdata"
"!xcuserdata",
"!ios/*.xcframework"
],
"scripts": {
"compile": "rm -rf lib && tsc -p .",
Expand Down

0 comments on commit ae8e6b9

Please sign in to comment.