File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 75
75
"build:taro:jmapp" : " npm run checked:taro && VITE_APP_PROJECT_ID=jmapp node scripts/build-taro.mjs" ,
76
76
"build:site" : " npm run checked && vite build --config vite.config.site.ts" ,
77
77
"build:site:jmapp" : " npm run checked && VITE_APP_PROJECT_ID=jmapp vite build" ,
78
- "build:taro:site" : " npm run checked:taro && npm run generate:file:taro:pages && pnpm --dir ./packages/nutui-taro-demo build:h5" ,
78
+ "build:taro:site" : " pnpm update:taro:entry && npm run checked:taro && npm run generate:file:taro:pages && pnpm --dir ./packages/nutui-taro-demo build:h5" ,
79
79
"build:taro:site:jmapp" : " npm run checked:taro && VITE_APP_PROJECT_ID=jmapp npm run generate:file:taro:pages && VITE_APP_PROJECT_ID=jmapp pnpm --dir ./packages/nutui-taro-demo build:h5" ,
80
80
"build:theme:site" : " npm run checked && vite build --config vite.config.theme.ts && npm run generate:themes-dev" ,
81
81
"generate:file" : " node scripts/generate-nutui.js" ,
You can’t perform that action at this time.
0 commit comments