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 5a456b6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 22 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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@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
53 changes: 32 additions & 21 deletions pnpm-lock.yaml

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

0 comments on commit 5a456b6

Please sign in to comment.