docs: 完成 APK 构建准备工作并生成详细构建指南
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
"install-missing": "node ./scripts/install-missing-deps.js",
|
||||
"lint": "expo lint",
|
||||
"start": "expo start --web --clear",
|
||||
"test": "jest --watchAll"
|
||||
"test": "jest --watchAll",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "jest-expo"
|
||||
@@ -76,6 +78,7 @@
|
||||
"chalk": "^4.1.2",
|
||||
"connect": "^3.7.0",
|
||||
"depcheck": "^1.4.7",
|
||||
"eas-cli": "^16.32.0",
|
||||
"esbuild": "0.27.2",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-formatter-compact": "^9.0.1",
|
||||
@@ -92,5 +95,6 @@
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.32.1"
|
||||
}
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user