Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Jan 3, 2024
1 parent 1c0f8de commit ecb776a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
7 changes: 6 additions & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ const config = {
}
}
},
harmony: require('./harmony.json'),
harmony: {
compiler: "vite",
projectPath: process.env.HARMONY_PROJECT_PATH || 'dist',
hapName: "entry",
name: "default"
},
rn: {
appName: 'taroDemo',
output: {
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,17 @@
"@react-native-async-storage/async-storage": "~1.21.0",
"@react-native-camera-roll/camera-roll": "~7.2.2",
"@react-native-clipboard/clipboard": "~1.13.2",
"@react-native-community/cli-platform-android": "^12.3.0",
"@react-native-community/geolocation": "~3.1.0",
"@react-native-community/netinfo": "~11.2.1",
"@react-native-community/slider": "~4.4.4",
"@react-native-masked-view/masked-view": "~0.3.1",
"@react-native-picker/picker": "~2.6.1",
"@react-native/gradle-plugin": "^0.73.0",
"@shopify/flash-list": "^1.3.1",
"@shopify/react-native-skia": "0.1.222",
"@tarojs/components": "4.0.0-canary.6",
"@tarojs/components-advanced": "4.0.0-canary.6",
"@tarojs/components-rn": "4.0.0-canary.6",
"@tarojs/helper": "4.0.0-canary.6",
"@tarojs/plugin-framework-react": "4.0.0-canary.6",
Expand Down
11 changes: 10 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ecb776a

Please sign in to comment.