1.0.1 • Published 6 years ago

steamer-task-alloyteam v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

steamer-task-alloyteam

任务介绍

此任务是腾讯 AlloyTeam 快速开发流程任务

开发

steamer task s
// 或
steamer task start

// 任务包括
npm run start

生产环境

steamer task d
// 或
steamer task dist

// 任务包括
npm run lint => 代码link
npm run dist => 脚手架编译
git add --all => git 添加所有更新文件
node git-commit.js => git commit
node git-pull.js => git pull
node git.push.js => git push
steamer jb --run => 将代码部署到捷豹平台