Skip to content

Commit

Permalink
chore: fix package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDongminYoo committed Mar 16, 2024
1 parent d962093 commit a2e22a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"scripts": {
"bootstrap": "yarn example && yarn install && yarn example pods",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
"android": "yarn example run-android",
"ios": "yarn example run-ios",
"android": "yarn example android",
"ios": "yarn example ios",
"start": "yarn example start",
"example": "yarn --cwd example",
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
Expand Down

0 comments on commit a2e22a2

Please sign in to comment.