Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 534 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 534 Bytes

Taro Build Scripts

English | 中文

A taro build script forked from @tarojs/cli

Installation

$npm i @tarox/build -D

Usage

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"
	}
}