1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 19:46:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

feat: CI测试

This commit is contained in:
steven
2023-04-02 23:05:16 +08:00
parent f9c6a97a50
commit 75b4447437
12 changed files with 1181 additions and 32 deletions

View File

@@ -8,11 +8,11 @@
"start": "react-native start",
"test": "jest",
"test:e2e": "detox test --configuration android.emu.debug",
"lint": "eslint ."
"lint": "eslint .",
"postinstall": "patch-package"
},
"dependencies": {
"patch-package": "^6.5.1",
"postinstall": "patch-package",
"postinstall-postinstall": "^2.1.0",
"react": "18.0.0",
"react-native": "0.69.8",