-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCOMMANDS.txt
More file actions
58 lines (45 loc) · 3.43 KB
/
COMMANDS.txt
File metadata and controls
58 lines (45 loc) · 3.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
═══════════════════════════════════════════════════════════
🚀 REET PORTFOLIO APP - BUILD COMMANDS
═══════════════════════════════════════════════════════════
📋 PRE-BUILD CHECKS
───────────────────────────────────────────────────────────
npm run test:network Test network connectivity
npm run prebuild:check Verify project is ready
🔨 BUILD COMMANDS
───────────────────────────────────────────────────────────
npm run build:android:preview Build APK for testing
npm run build:android:production Build AAB for Play Store
npm run build:android:dev Build development client
📊 MONITORING
───────────────────────────────────────────────────────────
npm run build:status List all builds
eas build:view [BUILD_ID] View specific build details
📤 SUBMISSION
───────────────────────────────────────────────────────────
npm run submit:android Submit to Google Play Store
🔑 CREDENTIALS
───────────────────────────────────────────────────────────
eas credentials View credentials
eas credentials -p android Manage Android credentials
🌐 USEFUL LINKS
───────────────────────────────────────────────────────────
Builds Dashboard:
https://expo.dev/accounts/reetkumarbind/projects/ReetPortfolioApp/builds
Project Page:
https://expo.dev/accounts/reetkumarbind/projects/ReetPortfolioApp
EAS Documentation:
https://docs.expo.dev/build/introduction/
═══════════════════════════════════════════════════════════
🎯 QUICK START (3 STEPS)
───────────────────────────────────────────────────────────
1. npm run test:network
2. npm run prebuild:check
3. npm run build:android:preview
═══════════════════════════════════════════════════════════
📱 YOUR APP INFO
───────────────────────────────────────────────────────────
Package: com.reetkumarbind.ReetPortfolioApp
Version: 1.0.0
Version Code: 2
Project ID: a2b71274-3fd7-4f9c-90df-9751646a744a
═══════════════════════════════════════════════════════════