File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -250,17 +250,21 @@ jobs:
250
250
repository : Tencent/tdesign-miniprogram
251
251
submodules : recursive
252
252
253
+ - uses : pnpm/action-setup@v4
254
+
253
255
- uses : actions/setup-node@v4
254
256
with :
255
257
node-version : 18
256
258
257
- - run : npm install
259
+ - run : pnpm install
258
260
259
- - run : npm install --save-dev ${{ needs.preview-context.outputs.pkg_tdesign_site_components }}
261
+ - run : pnpm add ${{ needs.preview-context.outputs.pkg_tdesign_site_components }}
262
+ working-directory : packages/tdesign-miniprogram-site
260
263
261
- - run : npm install --save-dev ${{ needs.preview-context.outputs.pkg_tdesign_theme_generator }}
264
+ - run : pnpm add ${{ needs.preview-context.outputs.pkg_tdesign_theme_generator }}
265
+ working-directory : packages/tdesign-miniprogram-site
262
266
263
- - run : npm run site:intranet
267
+ - run : pnpm run site:intranet
264
268
265
269
- run : |
266
270
export DEPLOY_DOMAIN=${{ needs.preview-context.outputs.tdesign_miniprogram_domain }}
You can’t perform that action at this time.
0 commit comments