Skip to content

Commit

Permalink
fix(package): replaced prepare with prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
thegnuu committed Mar 12, 2023
1 parent 0cc4765 commit 4141c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build": "npm run clean && tsc && rollup -c rollup.config.js",
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination \"platform=iOS Simulator,name=iPhone 12\" && cd ..",
"verify:android": "cd android && ./gradlew clean build test && cd ..",
Expand Down

0 comments on commit 4141c0c

Please sign in to comment.