English | 中文
A taro build script forked from @tarojs/cli。
$npm i @tarox/build -D
replace build script with content below, you don't need to add @tarojs/cli
into your devdependencies to maintain the consistence between cli and runtime dependencies anymore.
// package.json
{
"scripts": {
"build": "npx tarox-build build --type weapp"
}
}