Skip to content

Commit 9733c0f

Browse files
committed
refactor: fix script bootstrap
1 parent ea23e9e commit 9733c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"android": "yarn --cwd example android",
3636
"android:pretty": "yarn --cwd example android:pretty",
3737
"pods": "cd example && pod-install --quiet",
38-
"bootstrap": "yarn example && yarn && yarn pods",
38+
"bootstrap": "yarn && yarn pods",
3939
"deploy": "cd example && yarn deploy"
4040
},
4141
"keywords": [

0 commit comments

Comments
 (0)