Skip to content

Commit

Permalink
chore: Add verify scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jun 9, 2023
1 parent 69c5688 commit 7fd742f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"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 generic/platform=iOS && cd ..",
"verify:android": "cd android && ./gradlew clean build test && cd ..",
"verify:web": "npm run build",
"build": "npm run clean && tsc",
"clean": "rimraf ./dist",
"watch": "tsc --watch",
Expand Down

0 comments on commit 7fd742f

Please sign in to comment.