vercel/hyper

Canary builds should use canary channel by default

Open

#2,704 创建于 2018年2月24日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)TypeScript (44,582 star) (3,558 fork)batch import
help wanted🎨 Type: Enhancement

描述

If a canary build is installed from scratch, it should not be configured to have updates from stable channel.

The idea is to create a new config file that will override updateChannel setting in config-default.js. Something like conig-default.canary.js.

CI would use/copy this file before build app if this is a canary build.

贡献者指南