pnpm tauri build
To build a Tauri project using pnpm, you can use the following command:
pnpm tauri build
This command will build your Tauri project based on the configuration specified in your tauri.conf.js file. It will compile your code, package it, and generate the output files for your target platform(s).
Make sure you have pnpm installed globally or you can use npx pnpm if you don't want to install it globally.
原文地址: http://www.cveoy.top/t/topic/iBY4 著作权归作者所有。请勿转载和采集!